Searched refs:ConvertCallbackInterfaceCode (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/common/zidl_test/ |
H A D | convert_callback_test.cpp | 72 … static_cast<int32_t>(ConvertCallbackInterfaceCode::ON_CONVERT_CALLBACK), data, reply, option); 92 … static_cast<int32_t>(ConvertCallbackInterfaceCode::ON_CONVERT_CALLBACK), data, reply, option); 132 … static_cast<int32_t>(ConvertCallbackInterfaceCode::ON_CONVERT_CALLBACK), data, reply, option);
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include/zidl/ |
H A D | convert_callback_interface_code.h | 20 enum ConvertCallbackInterfaceCode { enum
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/src/zidl/ |
H A D | convert_callback_proxy.cpp | 50 … static_cast<int32_t>(ConvertCallbackInterfaceCode::ON_CONVERT_CALLBACK), data, reply, option); in OnConvert()
|
H A D | convert_callback_stub.cpp | 47 case static_cast<uint32_t>(ConvertCallbackInterfaceCode::ON_CONVERT_CALLBACK): { in OnRemoteRequest()
|