Home
last modified time | relevance | path

Searched refs:jthis_ (Results 1 – 6 of 6) sorted by relevance

/packages/modules/OnDevicePersonalization/federatedcompute/jni/cpp/
Dlog_manager_wrapper_impl.cc52 jthis_ = env->NewGlobalRef(java_log_manager); in LogManagerWrapperImpl()
53 FCP_CHECK(jthis_ != nullptr); in LogManagerWrapperImpl()
77 env->DeleteGlobalRef(jthis_); in ~LogManagerWrapperImpl()
83 env->CallVoidMethod(jthis_, log_prod_diag_id_, static_cast<jint>(diag_code)); in LogDiag()
90 env->CallVoidMethod(jthis_, log_debug_diag_id_, static_cast<jint>(diag_code)); in LogDiag()
104 env->CallVoidMethod(jthis_, log_to_long_histogram_with_model_identifier_id_, in LogToLongHistogram()
110 env->CallVoidMethod(jthis_, log_to_long_histogram_id_, in LogToLongHistogram()
Dsimple_task_environment_wrapper_impl.cc39 jthis_ = env->NewGlobalRef(simple_task_env); in SimpleTaskEnvironmentWrapperImpl()
40 FCP_CHECK(jthis_ != nullptr); in SimpleTaskEnvironmentWrapperImpl()
57 env->DeleteGlobalRef(jthis_); in ~SimpleTaskEnvironmentWrapperImpl()
72 jthis_, create_example_iterator_id_, serialized_example_selector.get(), in CreateExampleIterator()
101 env->CallBooleanMethod(jthis_, training_conditions_satisfied_id_); in TrainingConditionsSatisfied()
Dexample_iterator_wrapper_impl.cc52 jthis_ = env->NewGlobalRef(example_iterator); in ExampleIteratorWrapperImpl()
53 FCP_CHECK(jthis_ != nullptr); in ExampleIteratorWrapperImpl()
72 env->DeleteGlobalRef(jthis_); in ~ExampleIteratorWrapperImpl()
86 env, (jbyteArray)env->CallObjectMethod(jthis_, next_id_)); in Next()
109 env->CallVoidMethod(jthis_, close_id_); in Close()
Dexample_iterator_wrapper_impl.h53 jobject jthis_; variable
Dlog_manager_wrapper_impl.h58 jobject jthis_; variable
Dsimple_task_environment_wrapper_impl.h75 jobject jthis_; variable