Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h210 struct AsyncFormInfosByModuleCallbackInfo : public AsyncWorkData { struct
211 explicit AsyncFormInfosByModuleCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncFormInfosByModuleCallbackInfo() function
H A Dbundle_mgr.cpp2197 AsyncFormInfosByModuleCallbackInfo *asyncCallbackInfo = new (std::nothrow) AsyncFormInfosByModuleCallbackInfo(env); in GetFormsInfoByModule()
2201 std::unique_ptr<AsyncFormInfosByModuleCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetFormsInfoByModule()
2222 AsyncFormInfosByModuleCallbackInfo *asyncCallbackInfo = in GetFormsInfoByModule()
2223 reinterpret_cast<AsyncFormInfosByModuleCallbackInfo *>(data); in GetFormsInfoByModule()
2228 AsyncFormInfosByModuleCallbackInfo *asyncCallbackInfo = in GetFormsInfoByModule()
2229 reinterpret_cast<AsyncFormInfosByModuleCallbackInfo *>(data); in GetFormsInfoByModule()
2230 std::unique_ptr<AsyncFormInfosByModuleCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetFormsInfoByModule()
2264 AsyncFormInfosByModuleCallbackInfo *asyncCallbackInfo = in GetFormsInfoByModule()
2265 reinterpret_cast<AsyncFormInfosByModuleCallbackInfo *>(dat in GetFormsInfoByModule()
[all...]

Completed in 7 milliseconds