Home
last modified time | relevance | path

Searched defs:dataGroupId (Results 1 - 25 of 31) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Ddata_group_info.h28 std::string dataGroupId; member
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/cross_platform/src/
H A Djs_ability.cpp28 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 Djs_ability.cpp30 GetContextInfo(napi_env env, napi_value value, const std::string &dataGroupId, ContextInfo &contextInfo) GetContextInfo() argument
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_option.cpp100 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 Djs_ability.cpp36 GetContextInfo(napi_env env, napi_value value, const std::string &dataGroupId, ContextInfo &contextInfo) GetContextInfo() argument
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_file_lock.cpp48 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 Dpreferences_ffi.cpp31 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 Dpreferences_interface.h62 std::string dataGroupId; member
H A Dpreferences_impl.cpp37 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 Djs_ability.cpp143 int Context::GetSystemDatabaseDir(const std::string &dataGroupId, std::string &databaseDir) in GetSystemDatabaseDir() argument
/foundation/distributeddatamgr/preferences/frameworks/ndk/include/
H A Doh_preferences_impl.h83 std::string dataGroupId = ""; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h60 std::string dataGroupId; member
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences_helper.cpp38 std::string dataGroupId; member
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences_helper.cpp37 std::string dataGroupId; member
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp197 std::string dataGroupId = ""; in DeletePreferences() local
H A Dpreferences_xml_utils.cpp128 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 Djs_ability.cpp77 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 Dbundle_mgr_helper_test.cpp164 std::string dataGroupId; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp889 std::string dataGroupId = "123456"; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_utils.h32 char* dataGroupId; member
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp399 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 Dbundle_mgr_proxy.cpp4021 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 Dbundle_mgr_interface.h1383 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 Dbms_bundle_installer_test.cpp6566 std::string dataGroupId = validGroupIds.back(); in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3608 bool BundleMgrHostImpl::GetGroupDir(const std::string &dataGroupId, std::string &dir) in GetGroupDir() argument

Completed in 45 milliseconds

12