Home
last modified time | relevance | path

Searched refs:bundleOptions (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp210 NotificationBundleOption bundleOptions; variable
212 bundleOptions.SetBundleName(bundleName);
232 NotificationBundleOption bundleOptions; variable
254 NotificationBundleOption bundleOptions; variable
255 bundleOptions.SetBundleName("");
275 NotificationBundleOption bundleOptions; variable
276 bundleOptions.SetBundleName("");
336 NotificationBundleOption bundleOptions; variable
337 bundleOptions.SetBundleName("name");
358 NotificationBundleOption bundleOptions; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h131 BundleOptions bundleOptions; member
H A Dbundle_mgr.cpp1298 static bool ParseBundleOptions(napi_env env, BundleOptions &bundleOptions, napi_value args) in ParseBundleOptions() argument
1312 napi_get_value_int32(env, prop, &bundleOptions.userId); in ParseBundleOptions()
3338 …napi_env env, const std::string &bundleName, int32_t flags, BundleOptions bundleOptions, BundleInf… in InnerGetBundleInfo() argument
3345 bool ret = iBundleMgr->GetBundleInfo(bundleName, flags, bundleInfo, bundleOptions.userId); in InnerGetBundleInfo()
3348 bundleName.c_str(), flags, bundleOptions.userId); in InnerGetBundleInfo()
4100 … asyncCallbackInfo->flags, asyncCallbackInfo->bundleOptions, asyncCallbackInfo->bundleInfo); in GetBundleInfoExec()
4168 bool ret = ParseBundleOptions(env, asyncCallbackInfo->bundleOptions, argv[i]); in GetBundleInfo()