Searched refs:SINGLE_VERIFY (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 D | app_domain_verify_agent_service_test.cpp | 103 AgentInterfaceCode::SINGLE_VERIFY, data, reply, option); 147 AgentInterfaceCode::SINGLE_VERIFY, data, reply, option); 167 AgentInterfaceCode::SINGLE_VERIFY, data, reply, option);
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/agent/core/ |
H A D | agent_interface_code.h | 20 SINGLE_VERIFY = 0, enumerator
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/agent/zidl/ |
H A D | app_domain_verify_agent_service_proxy.cpp | 42 int32_t error = Remote()->SendRequest(AgentInterfaceCode::SINGLE_VERIFY, data, reply, option); in SingleVerify()
|
H A D | app_domain_verify_agent_service_stub.cpp | 38 case static_cast<uint32_t>(static_cast<uint32_t>(AgentInterfaceCode::SINGLE_VERIFY)): in OnRemoteRequest()
|