Home
last modified time | relevance | path

Searched refs:E_EXTENSIONS_LIB_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/extension/src/
H A Dapp_domain_verify_agent_ext.cpp23 return ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND; in CompleteVerifyRefresh()
28 return ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND; in SingleVerify()
32 return ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND; in ConvertToExplicitWant()
36 return ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND; in UpdateWhiteList()
H A Dapp_domain_verify_extension_mgr.cpp80 return ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND; in CompleteVerifyRefresh()
97 return ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND; in SingleVerify()
121 return ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND; in ConvertToExplicitWant()
136 return ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND; in UpdateWhiteList()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/extension/app_domain_verify_agent_ext_test/
H A Dapp_domain_verify_agent_ext_test.cpp76 ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
89 type) == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
99 ASSERT_TRUE(appDomainVerifyAgentExt.UpdateWhiteList() == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
112 …mainVerifyAgentExt.ConvertToExplicitWant(atomicWant, cb) == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/extension/app_domain_verify_extension_mgr_test/
H A Dapp_domain_verify_extension_mgr_test.cpp79 ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
119 ASSERT_TRUE(ret == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
135 bundleVerifyStatusInfo, type) == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
175 …VerifyExtensionMgr.ConvertToExplicitWant(atomicWant, cb) == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
191 …VerifyExtensionMgr.ConvertToExplicitWant(atomicWant, cb) == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
231 bundleVerifyStatusInfo, type) == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
245 …SSERT_TRUE(appDomainVerifyExtensionMgr.UpdateWhiteList() == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
278 …SSERT_TRUE(appDomainVerifyExtensionMgr.UpdateWhiteList() == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/agent/core/
H A Dapp_domain_verify_agent_service.cpp74 if (ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND != in CompleteVerifyRefresh()
98 if (ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND != in ConvertToExplicitWant()
120 if (ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND != in ExecuteVerifyTask()
146 if (ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND != appDomainVerifyExtMgr_->UpdateWhiteList()) { in UpdateWhiteList()
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/include/
H A Dapp_domain_verify_error.h23 E_EXTENSIONS_LIB_NOT_FOUND, enumerator