Home
last modified time | relevance | path

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

/base/telephony/call_manager/frameworks/js/napi/include/
Dnapi_call_manager.h154 static void NativeBoolCallBackWithErrorCode(napi_env env, napi_status status, void *data);
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager.cpp1859 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