Searched refs:getRestrictionCallback_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_ability_callback.cpp | 37 (void)memset_s(&getRestrictionCallback_, sizeof(EventCallback), 0, sizeof(EventCallback)); in NapiCallAbilityCallback() 270 if (getRestrictionCallback_.thisVar) { in RegisterGetRestrictionCallback() 274 getRestrictionCallback_ = callback; in RegisterGetRestrictionCallback() 280 (void)memset_s(&getRestrictionCallback_, sizeof(EventCallback), 0, sizeof(EventCallback)); in UnRegisterGetRestrictionCallback() 1204 if (getRestrictionCallback_.thisVar == nullptr) { in ReportGetRestrictionInfo() 1210 napi_get_uv_event_loop(getRestrictionCallback_.env, &loop); in ReportGetRestrictionInfo() 1221 callSupplementWorker->callback = getRestrictionCallback_; in ReportGetRestrictionInfo() 1242 if (getRestrictionCallback_.thisVar) { in ReportGetRestrictionInfo() 1243 (void)memset_s(&getRestrictionCallback_, sizeof(EventCallback), 0, sizeof(EventCallback)); in ReportGetRestrictionInfo()
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/ |
H A D | napi_call_ability_callback.h | 153 EventCallback getRestrictionCallback_; variable
|