/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | data_group_info.h | 28 std::string dataGroupId; member
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/cross_platform/src/ |
H A D | js_ability.cpp | 28 GetContextInfo(napi_env env, napi_value value, const std::string &dataGroupId, ContextInfo &contextInfo) GetContextInfo() argument
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/src/ |
H A D | js_ability.cpp | 30 GetContextInfo(napi_env env, napi_value value, const std::string &dataGroupId, ContextInfo &contextInfo) GetContextInfo() argument
|
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/ |
H A D | oh_preferences_option.cpp | 100 int OH_PreferencesOption_SetDataGroupId(OH_PreferencesOption *option, const char *dataGroupId) in OH_PreferencesOption_SetDataGroupId() argument
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
H A D | js_ability.cpp | 36 GetContextInfo(napi_env env, napi_value value, const std::string &dataGroupId, ContextInfo &contextInfo) GetContextInfo() argument
|
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/ |
H A D | preferences_file_lock.cpp | 48 PreferencesFileLock::PreferencesFileLock(const std::string &path, const std::string &dataGroupId) in PreferencesFileLock() argument 96 PreferencesFileLock::PreferencesFileLock(const std::string &path, const std::string &dataGroupId) in PreferencesFileLock() argument
|
/foundation/distributeddatamgr/preferences/frameworks/cj/src/ |
H A D | preferences_ffi.cpp | 31 FfiOHOSPreferencesGetPreferences(OHOS::AbilityRuntime::Context* context, const char* name, const char* dataGroupId, int32_t* errCode) FfiOHOSPreferencesGetPreferences() argument 41 FfiOHOSPreferencesDeletePreferences(OHOS::AbilityRuntime::Context* context, const char* name, const char* dataGroupId) FfiOHOSPreferencesDeletePreferences() argument 47 FfiOHOSPreferencesRemovePreferencesFromCache(OHOS::AbilityRuntime::Context* context, const char* name, const char* dataGroupId) FfiOHOSPreferencesRemovePreferencesFromCache() argument
|
H A D | preferences_interface.h | 62 std::string dataGroupId; member
|
H A D | preferences_impl.cpp | 37 GetInstancePath(OHOS::AbilityRuntime::Context* context, const std::string &name, const std::string &dataGroupId) GetInstancePath() argument 58 PreferencesImpl(OHOS::AbilityRuntime::Context* context, const std::string& name, const std::string& dataGroupId, int32_t* errCode) PreferencesImpl() argument 86 DeletePreferences(OHOS::AbilityRuntime::Context* context, const std::string &name, const std::string &dataGroupId) DeletePreferences() argument 100 RemovePreferencesFromCache(OHOS::AbilityRuntime::Context* context, const std::string &name, const std::string &dataGroupId) RemovePreferencesFromCache() argument
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/mock/src/ |
H A D | js_ability.cpp | 143 int Context::GetSystemDatabaseDir(const std::string &dataGroupId, std::string &databaseDir) in GetSystemDatabaseDir() argument
|
/foundation/distributeddatamgr/preferences/frameworks/ndk/include/ |
H A D | oh_preferences_impl.h | 83 std::string dataGroupId = ""; member
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_js_utils.h | 60 std::string dataGroupId; member
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences_helper.cpp | 38 std::string dataGroupId; member
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/ |
H A D | napi_preferences_helper.cpp | 37 std::string dataGroupId; member
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_helper.cpp | 197 std::string dataGroupId = ""; in DeletePreferences() local
|
H A D | preferences_xml_utils.cpp | 128 static xmlDoc *XmlReadFile(const std::string &fileName, const std::string &bundleName, const std::string &dataGroupId) in XmlReadFile() argument 132 PreferencesFileLock fileLock(MakeFilePath(fileName, STR_LOCK), dataGroupId); in XmlReadFile() local 328 PreferencesFileLock fileLock(MakeFilePath(fileName, STR_LOCK), dataGroupId); in XmlSaveFormatFileEnc() local 163 ReadSettingXml(const std::string &fileName, const std::string &bundleName, const std::string &dataGroupId, std::vector<Element> &settings) ReadSettingXml() argument 325 XmlSaveFormatFileEnc( const std::string &fileName, const std::string &bundleName, const std::string &dataGroupId, xmlDoc *doc) XmlSaveFormatFileEnc() argument 367 WriteSettingXml(const std::string &fileName, const std::string &bundleName, const std::string &dataGroupId, const std::vector<Element> &settings) WriteSettingXml() argument
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_ability.cpp | 77 int Context::GetSystemDatabaseDir(const std::string &dataGroupId, std::string &databaseDir) in GetSystemDatabaseDir() argument
|
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/ |
H A D | bundle_mgr_helper_test.cpp | 164 std::string dataGroupId; in HWTEST_F() local
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_store_config_test.cpp | 889 std::string dataGroupId = "123456"; in HWTEST_F() local
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_utils.h | 32 char* dataGroupId; member
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 399 bool BundleMgrHelper::GetGroupDir(const std::string &dataGroupId, std::string &dir) in GetGroupDir() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 4021 bool BundleMgrProxy::GetGroupDir(const std::string &dataGroupId, std::string &dir) in GetGroupDir() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1383 virtual bool GetGroupDir(const std::string &dataGroupId, std::string &dir) in GetGroupDir() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 6566 std::string dataGroupId = validGroupIds.back(); in HWTEST_F() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3608 bool BundleMgrHostImpl::GetGroupDir(const std::string &dataGroupId, std::string &dir) in GetGroupDir() argument
|