Home
last modified time | relevance | path

Searched refs:FLAGS (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_token_test.cpp48 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 Dbms_bundle_permission_system_app_test.cpp52 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 Dbms_bundle_permission_false_test.cpp53 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 Dnetsys_event_message.h48 FLAGS, member in OHOS::nmd::NetsysEventMessage::Type
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_distributor_test.cpp214 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 Ddistributed_data_storage.cpp38 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 Ddistributed_bm_storage.cpp39 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 Dwrapper_distributor.cpp133 const std::string &flags = message->GetMessage(NetsysEventMessage::Type::FLAGS); in HandleAddressChange()
H A Dwrapper_decoder.cpp428 message_->PushMessage(NetsysEventMessage::Type::FLAGS, flags); in SaveAddressMsg()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager_sync.cpp43 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 Dcommon_func.cpp44 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()

Completed in 17 milliseconds