Home
last modified time | relevance | path

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 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);
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/agent/core/
H A Dagent_interface_code.h20 SINGLE_VERIFY = 0, enumerator
/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()
H A Dapp_domain_verify_agent_service_stub.cpp38 case static_cast<uint32_t>(static_cast<uint32_t>(AgentInterfaceCode::SINGLE_VERIFY)): in OnRemoteRequest()