Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_ability_callback.cpp37 (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 Dnapi_call_ability_callback.h153 EventCallback getRestrictionCallback_; variable