Home
last modified time | relevance | path

Searched refs:AgentInterfaceCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_agent_service_test/
H A Dapp_domain_verify_agent_service_test.cpp103 AgentInterfaceCode::SINGLE_VERIFY, data, reply, option);
147 AgentInterfaceCode::SINGLE_VERIFY, data, reply, option);
167 AgentInterfaceCode::SINGLE_VERIFY, data, reply, option);
187 AgentInterfaceCode::CONVERT_TO_EXPLICIT_WANT, data, reply, option);
207 AgentInterfaceCode::CONVERT_TO_EXPLICIT_WANT, data, reply, option);
226 AgentInterfaceCode::CONVERT_TO_EXPLICIT_WANT, data, reply, option);
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/agent/zidl/
H A Dapp_domain_verify_agent_service_proxy.cpp42 int32_t error = Remote()->SendRequest(AgentInterfaceCode::SINGLE_VERIFY, data, reply, option); in SingleVerify()
59 …int32_t error = Remote()->SendRequest(AgentInterfaceCode::CONVERT_TO_EXPLICIT_WANT, data, reply, o… in ConvertToExplicitWant()
H A Dapp_domain_verify_agent_service_stub.cpp38 case static_cast<uint32_t>(static_cast<uint32_t>(AgentInterfaceCode::SINGLE_VERIFY)): in OnRemoteRequest()
40 case static_cast<uint32_t>(AgentInterfaceCode::CONVERT_TO_EXPLICIT_WANT): in OnRemoteRequest()
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/agent/core/
H A Dagent_interface_code.h19 enum AgentInterfaceCode { enum