Home
last modified time | relevance | path

Searched refs:CONVERT_TO_EXPLICIT_WANT (Results 1 – 8 of 8) 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.cpp187 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/include/agent/core/
H A Dagent_interface_code.h21 CONVERT_TO_EXPLICIT_WANT = 1, enumerator
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/manager/core/
H A Dapp_domain_verify_mgr_interface_code.h27 CONVERT_TO_EXPLICIT_WANT = 7, enumerator
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/agent/zidl/
H A Dapp_domain_verify_agent_service_proxy.cpp59 …int32_t error = Remote()->SendRequest(AgentInterfaceCode::CONVERT_TO_EXPLICIT_WANT, data, reply, o… in ConvertToExplicitWant()
H A Dapp_domain_verify_agent_service_stub.cpp40 case static_cast<uint32_t>(AgentInterfaceCode::CONVERT_TO_EXPLICIT_WANT): in OnRemoteRequest()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_mgr_service_test/
H A Dapp_domain_verify_mgr_service_test.cpp399 AppDomainVerifyMgrInterfaceCode::CONVERT_TO_EXPLICIT_WANT, data, reply, option);
419 AppDomainVerifyMgrInterfaceCode::CONVERT_TO_EXPLICIT_WANT, data, reply, option);
438 AppDomainVerifyMgrInterfaceCode::CONVERT_TO_EXPLICIT_WANT, data, reply, option);
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/manager/zidl/
H A Dapp_domain_verify_mgr_service_stub.cpp61 case static_cast<uint32_t>(AppDomainVerifyMgrInterfaceCode::CONVERT_TO_EXPLICIT_WANT): in OnRemoteRequest()
H A Dapp_domain_verify_mgr_service_proxy.cpp250 AppDomainVerifyMgrInterfaceCode::CONVERT_TO_EXPLICIT_WANT, data, reply, option); in ConvertToExplicitWant()