Home
last modified time | relevance | path

Searched refs:diag_code (Results 1 – 2 of 2) sorted by relevance

/packages/modules/OnDevicePersonalization/federatedcompute/jni/cpp/
Dlog_manager_wrapper_impl.cc80 void LogManagerWrapperImpl::LogDiag(ProdDiagCode diag_code) { in LogDiag() argument
83 env->CallVoidMethod(jthis_, log_prod_diag_id_, static_cast<jint>(diag_code)); in LogDiag()
87 void LogManagerWrapperImpl::LogDiag(DebugDiagCode diag_code) { in LogDiag() argument
90 env->CallVoidMethod(jthis_, log_debug_diag_id_, static_cast<jint>(diag_code)); in LogDiag()
Dlog_manager_wrapper_impl.h45 void LogDiag(ProdDiagCode diag_code) override;
47 void LogDiag(DebugDiagCode diag_code) override;