Home
last modified time | relevance | path

Searched refs:AsyncCallbackInfoGetAllowList (Results 1 - 1 of 1) sorted by relevance

/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dstandby_napi_module.cpp128 struct AsyncCallbackInfoGetAllowList : public AsyncWorkData { struct
129 explicit AsyncCallbackInfoGetAllowList(napi_env env) : AsyncWorkData(env) {} in AsyncCallbackInfoGetAllowList() function
141 AsyncCallbackInfoGetAllowList *asyncCallbackInfo = in AddGetAllowListExecuteCB()
142 static_cast<AsyncCallbackInfoGetAllowList *>(data); in AddGetAllowListExecuteCB()
151 AsyncCallbackInfoGetAllowList *asyncCallbackInfo = in AddGetAllowListCallbackCompleteCB()
152 static_cast<AsyncCallbackInfoGetAllowList *>(data); in AddGetAllowListCallbackCompleteCB()
153 std::unique_ptr<AsyncCallbackInfoGetAllowList> callbackPtr {asyncCallbackInfo}; in AddGetAllowListCallbackCompleteCB()
217 AsyncCallbackInfoGetAllowList *asyncCallbackInfo = in GetExemptionListApps()
218 new (std::nothrow) AsyncCallbackInfoGetAllowList(env); in GetExemptionListApps()
222 std::unique_ptr<AsyncCallbackInfoGetAllowList> callbackPt in GetExemptionListApps()
[all...]

Completed in 1 milliseconds