Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h218 struct AsyncFormInfosByAppCallbackInfo : public AsyncWorkData { struct
219 explicit AsyncFormInfosByAppCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncFormInfosByAppCallbackInfo() function
H A Dbundle_mgr.cpp2312 AsyncFormInfosByAppCallbackInfo *asyncCallbackInfo = new (std::nothrow) AsyncFormInfosByAppCallbackInfo(env); in GetFormsInfoByApp()
2316 std::unique_ptr<AsyncFormInfosByAppCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetFormsInfoByApp()
2335 AsyncFormInfosByAppCallbackInfo *asyncCallbackInfo = in GetFormsInfoByApp()
2336 reinterpret_cast<AsyncFormInfosByAppCallbackInfo *>(data); in GetFormsInfoByApp()
2341 AsyncFormInfosByAppCallbackInfo *asyncCallbackInfo = in GetFormsInfoByApp()
2342 reinterpret_cast<AsyncFormInfosByAppCallbackInfo *>(data); in GetFormsInfoByApp()
2343 std::unique_ptr<AsyncFormInfosByAppCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetFormsInfoByApp()
2377 AsyncFormInfosByAppCallbackInfo *asyncCallbackInfo = in GetFormsInfoByApp()
2378 reinterpret_cast<AsyncFormInfosByAppCallbackInfo *>(dat in GetFormsInfoByApp()
[all...]

Completed in 8 milliseconds