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 D | app_domain_verify_agent_service_test.cpp | 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/include/agent/core/ |
H A D | agent_interface_code.h | 21 CONVERT_TO_EXPLICIT_WANT = 1, enumerator
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/manager/core/ |
H A D | app_domain_verify_mgr_interface_code.h | 27 CONVERT_TO_EXPLICIT_WANT = 7, enumerator
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/agent/zidl/ |
H A D | app_domain_verify_agent_service_proxy.cpp | 59 …int32_t error = Remote()->SendRequest(AgentInterfaceCode::CONVERT_TO_EXPLICIT_WANT, data, reply, o… in ConvertToExplicitWant()
|
H A D | app_domain_verify_agent_service_stub.cpp | 40 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 D | app_domain_verify_mgr_service_test.cpp | 399 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 D | app_domain_verify_mgr_service_stub.cpp | 61 case static_cast<uint32_t>(AppDomainVerifyMgrInterfaceCode::CONVERT_TO_EXPLICIT_WANT): in OnRemoteRequest()
|
H A D | app_domain_verify_mgr_service_proxy.cpp | 250 AppDomainVerifyMgrInterfaceCode::CONVERT_TO_EXPLICIT_WANT, data, reply, option); in ConvertToExplicitWant()
|