Home
last modified time | relevance | path

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 Dconvert_callback_test.cpp72 … 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 Dconvert_callback_interface_code.h20 enum ConvertCallbackInterfaceCode { enum
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/src/zidl/
H A Dconvert_callback_proxy.cpp50 … static_cast<int32_t>(ConvertCallbackInterfaceCode::ON_CONVERT_CALLBACK), data, reply, option); in OnConvert()
H A Dconvert_callback_stub.cpp47 case static_cast<uint32_t>(ConvertCallbackInterfaceCode::ON_CONVERT_CALLBACK): { in OnRemoteRequest()