Searched refs:NativeBoolCallBackWithErrorCode (Results 1 – 2 of 2) sorted by relevance
| /base/telephony/call_manager/frameworks/js/napi/include/ |
| D | napi_call_manager.h | 154 static void NativeBoolCallBackWithErrorCode(napi_env env, napi_status status, void *data);
|
| /base/telephony/call_manager/frameworks/js/napi/src/ |
| D | napi_call_manager.cpp | 1859 NativeBoolCallBackWithErrorCode); in CanSetCallTransferTime() 2090 …ncWork(env, asyncContext.release(), "IsRinging", NativeIsRinging, NativeBoolCallBackWithErrorCode); in IsRinging() 2142 …yncContext.release(), "IsNewCallAllowed", NativeIsNewCallAllowed, NativeBoolCallBackWithErrorCode); in IsNewCallAllowed() 2163 …cContext.release(), "IsInEmergencyCall", NativeIsInEmergencyCall, NativeBoolCallBackWithErrorCode); in IsInEmergencyCall() 3310 void NapiCallManager::NativeBoolCallBackWithErrorCode(napi_env env, napi_status status, void *data) in NativeBoolCallBackWithErrorCode() function in OHOS::Telephony::NapiCallManager
|