Home
last modified time | relevance | path

Searched defs:ProcessReply (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_proxy.h153 void ProcessReply(MessageParcel &reply, std::vector<sptr<CellInformation>> &cells) in ProcessReply() function
/ohos5.0/base/global/i18n/services/src/
H A Di18n_service_ability_proxy.cpp115 I18nErrorCode I18nServiceAbilityProxy::ProcessReply(int32_t reply) in ProcessReply() function in OHOS::Global::I18n::I18nServiceAbilityProxy
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_process.h120 template <class T> void DBinderBaseInvoker<T>::ProcessReply(dbinder_transaction_data *tr, int32_t l… in ProcessReply() function
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c408 static void ProcessReply(const dbinder_transaction_data *tr, uint32_t sessionId) in ProcessReply() function