Home
last modified time | relevance | path

Searched refs:hapName (Results 1 - 25 of 33) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestreaminstallerproxy_fuzzer/
H A Dbundlestreaminstallerproxy_fuzzer.cpp29 std::string hapName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI()
30 callbackProxy.CreateStream(hapName); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_mgr_client_test/
H A Dbundle_mgr_client_test.cpp55 std::string hapName = "ohos_global_systemres"; in BenchmarkTestForGetHapModuleInfo() local
61 client.GetHapModuleInfo(bundleName, hapName, hapModuleInfo); in BenchmarkTestForGetHapModuleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_stream_installer_host_impl.cpp50 int BundleStreamInstallerHostImpl::CreateStream(const std::string &hapName) in CreateStream() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstore_meta_data.cpp49 SetValue(node[GET_NAME(hapName)], hapName); in Marshal()
89 GetValue(node, GET_NAME(hapName), hapName); in Unmarshal()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client.cpp76 bool BundleMgrClient::GetHapModuleInfo(const std::string &bundleName, const std::string &hapName, in GetHapModuleInfo() argument
83 return impl_->GetHapModuleInfo(bundleName, hapName, hapModuleInfo); in GetHapModuleInfo()
H A Dbundle_mgr_client_impl.cpp110 bool BundleMgrClientImpl::GetHapModuleInfo(const std::string &bundleName, const std::string &hapName, in GetHapModuleInfo() argument
121 info.package = hapName; in GetHapModuleInfo()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_kv_manager.h27 std::string hapName = ""; member
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_kv_manager.h27 std::string hapName = ""; member
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter_mock.cpp37 moduleName = options.hapName; in KVDBCorruptedEvent()
H A Dkv_types_util.cpp108 if (!ITypesUtil::Marshal(data, input.schema, input.hapName, input.policies, input.cloudConfig.enableCloud, in Marshalling()
134 if (!ITypesUtil::Unmarshal(data, output.schema, output.hapName, output.policies, output.cloudConfig.enableCloud, in Unmarshalling()
H A Dkv_hiview_reporter.cpp55 moduleName = options.hapName; in KVDBCorruptedEvent()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_client.h47 * @param hapName Indicates the hap name of the bundle.
51 bool GetHapModuleInfo(const std::string &bundleName, const std::string &hapName, HapModuleInfo &hapModuleInfo);
H A Dbundle_mgr_client_impl.h45 bool GetHapModuleInfo(const std::string &bundleName, const std::string &hapName, HapModuleInfo &hapModuleInfo);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dstore_meta_data.h53 std::string hapName = ""; member
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/
H A Dbms_stream_installer_host_test.cpp39 MOCK_METHOD1(CreateStream, int32_t(const std::string &hapName));
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddirectory_manager_test.cpp120 metaData.hapName = "example.hap"; in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_manager.cpp145 ctxt->options.hapName = kvm->param_->hapName; in GetKVStore()
H A Djs_util.cpp1249 param.hapName = hapInfo->moduleName; in GetCurrentAbilityParam()
1251 ZLOGI("area:%{public}d hapName:%{public}s baseDir:%{public}s", param.area, param.hapName.c_str(), in GetCurrentAbilityParam()
1280 statusMsg = GetNamedProperty(env, hapInfo, "name", param.hapName); in GetValue()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_manager.cpp136 ctxt->options.hapName = kvm->param_->hapName; in GetKVStore()
H A Djs_util.cpp1117 param.hapName = hapInfo->moduleName; in GetCurrentAbilityParam()
1119 ZLOGI("area:%{public}d hapName:%{public}s baseDir:%{public}s", param.area, param.hapName.c_str(), in GetCurrentAbilityParam()
1147 status = GetNamedProperty(env, hapInfo, "name", param.hapName); in GetValue()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h500 * Set database directory hapName.
502 std::string hapName = ""; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/
H A Ddirectory_manager.cpp33 { "{hapName}", &DirectoryManager::GetHapName }, { "{customDir}", &DirectoryManager::GetCustomDir } }) in DirectoryManager()
177 return metaData.hapName; in GetHapName()
/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H A Ddistributed_kv_store_impl.h40 std::string hapName = ""; member
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp201 param.hapName = hapInfo->moduleName; in CJKVManager()
221 options.hapName = param_->hapName; in GetKVStore()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp1132 param.hapName = "com.example.myapplication"; in GetCurrentAbilityParam()
1133 ZLOGI("area:%{public}d hapName:%{public}s baseDir:%{public}s", param.area, param.hapName.c_str(), in GetCurrentAbilityParam()
1162 status = GetNamedProperty(env, hapInfo, "moduleName", param.hapName); in GetValue()

Completed in 19 milliseconds

12