Searched refs:bundleOptions (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.h | 131 BundleOptions bundleOptions; member
|
H A D | bundle_mgr.cpp | 1297 static bool ParseBundleOptions(napi_env env, BundleOptions &bundleOptions, napi_value args) in ParseBundleOptions() argument 1299 APP_LOGD("begin to parse bundleOptions"); in ParseBundleOptions() 1311 napi_get_value_int32(env, prop, &bundleOptions.userId); in ParseBundleOptions() 3337 napi_env env, const std::string &bundleName, int32_t flags, BundleOptions bundleOptions, BundleInfo &bundleInfo) in InnerGetBundleInfo() 3344 bool ret = iBundleMgr->GetBundleInfo(bundleName, flags, bundleInfo, bundleOptions.userId); in InnerGetBundleInfo() 3347 bundleName.c_str(), flags, bundleOptions.userId); in InnerGetBundleInfo() 4099 asyncCallbackInfo->flags, asyncCallbackInfo->bundleOptions, asyncCallbackInfo->bundleInfo); in GetBundleInfoExec() 4167 bool ret = ParseBundleOptions(env, asyncCallbackInfo->bundleOptions, argv[i]); in GetBundleInfo() 3336 InnerGetBundleInfo( napi_env env, const std::string &bundleName, int32_t flags, BundleOptions bundleOptions, BundleInfo &bundleInfo) InnerGetBundleInfo() argument
|
Completed in 10 milliseconds