Home
last modified time | relevance | path

Searched defs:profileType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp178 ProfileType profileType = ProfileUtils::GetProfileType(dbKey); in HandleAddChange() local
189 ProfileType profileType = ProfileUtils::GetProfileType(dbKey); in HandleUpdateChange() local
200 ProfileType profileType = ProfileUtils::GetProfileType(dbKey); in HandleDeleteChange() local
252 ProfileType profileType = ProfileUtils::GetProfileType(dbKey); in GenerateSwitchNotify() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp71 int32_t SubscribeProfileManager::NotifyProfileChange(ProfileType profileType, ChangeType changeType, in NotifyProfileChange()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp5535 ProfileType profileType = AppExecFwk::ProfileType::INTENT_PROFILE; variable
5558 ProfileType profileType = AppExecFwk::ProfileType::INTENT_PROFILE; variable
5581 ProfileType profileType = AppExecFwk::ProfileType::INTENT_PROFILE; variable
5604 ProfileType profileType = AppExecFwk::ProfileType::INTENT_PROFILE; variable
5628 ProfileType profileType = AppExecFwk::ProfileType::INTENT_PROFILE; variable
5650 ProfileType profileType = AppExecFwk::ProfileType::INTENT_PROFILE; variable
5672 ProfileType profileType = AppExecFwk::ProfileType::ADDITION_PROFILE; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp174 ProfileType profileType = ProfileType::PROFILE_TYPE_MIN; in GetProfileType() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp786 ProfileType profileType = AppExecFwk::PKG_CONTEXT_PROFILE; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp831 ErrCode BundleMgrHelper::GetJsonProfile(ProfileType profileType, const std::string &bundleName, in GetJsonProfile()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp2964 napi_value GetProfile(napi_env env, napi_callback_info info, const AbilityProfileType &profileType) in GetProfile()
4688 int32_t& profileType, std::string& bundleName, std::string& moduleName, int32_t& userId) in ParamsProcessGetJsonProfile()
4742 int32_t profileType = 0; in GetJsonProfile() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp4134 ErrCode BundleMgrProxy::GetJsonProfile(ProfileType profileType, const std::string &bundleName, in GetJsonProfile()
H A Dbundle_mgr_host.cpp3472 ProfileType profileType = static_cast<ProfileType>(data.ReadInt32()); in HandleGetJsonProfile() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3797 ErrCode BundleMgrHostImpl::GetJsonProfile(ProfileType profileType, const std::string &bundleName, in GetJsonProfile()
H A Dbundle_data_mgr.cpp7123 ErrCode BundleDataMgr::GetJsonProfile(ProfileType profileType, const std::string &bundleName, in GetJsonProfile()