Searched refs:IsUtd (Results 1 - 11 of 11) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | utd_client_test.cpp | 1233 * @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 D | utd_client.h | 46 Status IsUtd(std::string typeId, bool &result);
|
/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/ |
H A D | utd_client.cpp | 69 Status UtdClient::IsUtd(std::string typeId, bool &result) in IsUtd() function in OHOS::UDMF::UtdClient
|
H A D | utd_client.h | 47 Status IsUtd(std::string typeId, bool &result);
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | skill.h | 73 bool IsUtd(const std::string ¶m) const;
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/utdclient_fuzzer/ |
H A D | utd_client_fuzzer.cpp | 102 UtdClient::GetInstance().IsUtd(typeId, result); in IsUtdFuzz()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | skill.cpp | 460 bool isParamUtd = IsUtd(paramType); in MatchUtd() 461 bool isSkillUtd = IsUtd(skillUriType); in MatchUtd() 523 bool Skill::IsUtd(const std::string ¶m) 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 D | bundle_util.h | 186 static bool IsUtd(const std::string ¶m);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 594 bool BundleUtil::IsUtd(const std::string ¶m) 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 D | utd_client.cpp | 327 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 D | default_app_mgr.cpp | 828 if (BundleUtil::IsUtd(param)) { in Normalize()
|
Completed in 11 milliseconds