/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_token_test.cpp | 48 const int32_t FLAGS = 0; member 171 bool ret = bundleMgrHostImpl_->CheckAbilityEnableInstall(want, FLAGS, USERID, nullptr); in HWTEST_F() 210 std::string retString = bundleMgrHostImpl_->GetStringById("", "", FLAGS, USERID, ""); in HWTEST_F() 222 std::string retString = bundleMgrHostImpl_->GetIconById("", "", FLAGS, FLAGS, USERID); in HWTEST_F() 237 ErrCode ret = bundleMgrHostImpl_->GetSandboxAbilityInfo(want, appIndex, FLAGS, USERID, info); in HWTEST_F() 252 ErrCode ret = bundleMgrHostImpl_->GetSandboxExtAbilityInfos(want, appIndex, FLAGS, USERID, infos); in HWTEST_F()
|
H A D | bms_bundle_permission_system_app_test.cpp | 52 const int32_t FLAGS = 0; member 172 bool ret = bundleMgrHostImpl_->GetApplicationInfo(BUNDLE_NAME, FLAGS, USERID, appInfo); in HWTEST_F() 185 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfoV9(BUNDLE_NAME, FLAGS, USERID, appInfo); in HWTEST_F() 198 bool ret = bundleMgrHostImpl_->GetApplicationInfos(FLAGS, USERID, appInfos); in HWTEST_F() 211 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfosV9(FLAGS, USERID, appInfos); in HWTEST_F() 224 bool ret = bundleMgrHostImpl_->GetBundleInfo(BUNDLE_NAME, FLAGS, bundleInfo, USERID); in HWTEST_F() 250 ErrCode ret = bundleMgrHostImpl_->GetBundleInfoV9(BUNDLE_NAME, FLAGS, bundleInfo, USERID); in HWTEST_F() 263 ErrCode ret = bundleMgrHostImpl_->GetBundlePackInfo(BUNDLE_NAME, FLAGS, bundlePackInfo, USERID); in HWTEST_F() 276 bool ret = bundleMgrHostImpl_->GetBundleInfos(FLAGS, bundleInfos, USERID); in HWTEST_F() 289 ErrCode ret = bundleMgrHostImpl_->GetBundleInfosV9(FLAGS, bundleInfo in HWTEST_F() [all...] |
H A D | bms_bundle_permission_false_test.cpp | 53 const int32_t FLAGS = 0; member 135 bool ret = bundleMgrHostImpl_->GetApplicationInfo(BUNDLE_NAME, FLAGS, USERID, appInfo); in HWTEST_F() 148 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfoV9(BUNDLE_NAME, FLAGS, USERID, appInfo); in HWTEST_F() 161 bool ret = bundleMgrHostImpl_->GetApplicationInfos(FLAGS, USERID, appInfos); in HWTEST_F() 174 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfosV9(FLAGS, USERID, appInfos); in HWTEST_F() 187 bool ret = bundleMgrHostImpl_->GetBundleInfo(BUNDLE_NAME, FLAGS, bundleInfo, USERID); in HWTEST_F() 213 ErrCode ret = bundleMgrHostImpl_->GetBundleInfoV9(BUNDLE_NAME, FLAGS, bundleInfo, USERID); in HWTEST_F() 226 ErrCode ret = bundleMgrHostImpl_->GetBundlePackInfo(BUNDLE_NAME, FLAGS, bundlePackInfo, USERID); in HWTEST_F() 239 bool ret = bundleMgrHostImpl_->GetBundleInfos(FLAGS, bundleInfos, USERID); in HWTEST_F() 252 ErrCode ret = bundleMgrHostImpl_->GetBundleInfosV9(FLAGS, bundleInfo in HWTEST_F() [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/ |
H A D | netsys_event_message.h | 48 FLAGS, member in OHOS::nmd::NetsysEventMessage::Type
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/ |
H A D | wrapper_distributor_test.cpp | 214 message->PushMessage(NetsysEventMessage::Type::FLAGS, "1"); in HWTEST_F() 220 message->PushMessage(NetsysEventMessage::Type::FLAGS, "2"); in HWTEST_F()
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | distributed_data_storage.cpp | 38 const int32_t FLAGS = BundleFlag::GET_BUNDLE_WITH_ABILITIES | member 95 bool ret = bundleMgr->GetBundleInfo(bundleName, FLAGS, bundleInfo, currentUserId); in SaveStorageDistributeInfo() 443 if (!bundleMgr->GetBundleInfos(FLAGS, bundleInfos, userId)) { in UpdateDistributedData()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 39 const int32_t FLAGS = AppExecFwk::BundleFlag::GET_BUNDLE_WITH_ABILITIES |
member 98 bool ret = bundleMgr->GetBundleInfo(bundleName, FLAGS, bundleInfo, AppExecFwk::Constants::ALL_USERID);
in SaveStorageDistributeInfo() 219 bool ret = bundleMgr->GetBundleInfo(bundleName, FLAGS, bundleInfo, AppExecFwk::Constants::ALL_USERID);
in DeleteStorageDistributeInfo() 772 if (!bundleMgr->GetBundleInfosForContinuation(FLAGS, bundleInfos, AppExecFwk::Constants::ALL_USERID)) {
in UpdateDistributedData()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_distributor.cpp | 133 const std::string &flags = message->GetMessage(NetsysEventMessage::Type::FLAGS); in HandleAddressChange()
|
H A D | wrapper_decoder.cpp | 428 message_->PushMessage(NetsysEventMessage::Type::FLAGS, flags); in SaveAddressMsg()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager_sync.cpp | 43 constexpr const char* FLAGS = "flags"; member 339 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, FLAGS, TYPE_NUMBER); in ParamsProcessQueryExtensionInfosSync() 379 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, FLAGS, TYPE_NUMBER); in ParamsProcessQueryExtensionInfosOnlyWithTypeNameSync()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 44 constexpr const char* FLAGS = "flags"; member 719 napi_get_named_property(env, args, FLAGS, &prop); in ParseWant() 810 napi_get_named_property(env, args, FLAGS, &prop); in ParseWantWithoutVerification() 1541 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, FLAGS, nFlags)); in ConvertApplicationInfo()
|