Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp1233 * @tc.desc: IsUtd
1240 auto status = UtdClient::GetInstance().IsUtd("general.mp3", result); in HWTEST_F()
1243 status = UtdClient::GetInstance().IsUtd("com.amazon.azw3", result); in HWTEST_F()
1246 status = UtdClient::GetInstance().IsUtd("general.cer-certificate", result); in HWTEST_F()
1249 status = UtdClient::GetInstance().IsUtd("general.system", result); in HWTEST_F()
1252 status = UtdClient::GetInstance().IsUtd("com.example.demo.mytype-azw3", result); in HWTEST_F()
1255 status = UtdClient::GetInstance().IsUtd("com.example.demo.mytype", result); in HWTEST_F()
1258 status = UtdClient::GetInstance().IsUtd("com.example.demo.mytype3", result); in HWTEST_F()
1261 status = UtdClient::GetInstance().IsUtd("com.example.demo2.mytype3", result); in HWTEST_F()
1264 status = UtdClient::GetInstance().IsUtd("syste in HWTEST_F()
[all...]
/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dutd_client.h46 Status IsUtd(std::string typeId, bool &result);
/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/
H A Dutd_client.cpp69 Status UtdClient::IsUtd(std::string typeId, bool &result) in IsUtd() function in OHOS::UDMF::UtdClient
H A Dutd_client.h47 Status IsUtd(std::string typeId, bool &result);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h73 bool IsUtd(const std::string &param) const;
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/utdclient_fuzzer/
H A Dutd_client_fuzzer.cpp102 UtdClient::GetInstance().IsUtd(typeId, result); in IsUtdFuzz()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp460 bool isParamUtd = IsUtd(paramType); in MatchUtd()
461 bool isSkillUtd = IsUtd(skillUriType); in MatchUtd()
523 bool Skill::IsUtd(const std::string &param) const in IsUtd() function in OHOS::AppExecFwk::Skill
527 auto ret = UDMF::UtdClient::GetInstance().IsUtd(param, isUtd); in IsUtd()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h186 static bool IsUtd(const std::string &param);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp594 bool BundleUtil::IsUtd(const std::string &param) in IsUtd() function in OHOS::AppExecFwk::BundleUtil
598 auto ret = UDMF::UtdClient::GetInstance().IsUtd(param, isUtd); in IsUtd()
607 if (!IsUtd(param)) { in IsSpecificUtd()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp327 Status UtdClient::IsUtd(std::string typeId, bool &result) in IsUtd() function in OHOS::UDMF::UtdClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_mgr.cpp828 if (BundleUtil::IsUtd(param)) { in Normalize()

Completed in 11 milliseconds