Home
last modified time | relevance | path

Searched refs:CheckInterfaceToken (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dipc_stream_listener_stub.cpp25 bool IpcStreamListenerStub::CheckInterfaceToken(MessageParcel &data) in CheckInterfaceToken() function in OHOS::AudioStandard::IpcStreamListenerStub
39 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
H A Daudio_process_proxy.cpp26 bool ProcessCbStub::CheckInterfaceToken(MessageParcel &data) in CheckInterfaceToken() function in OHOS::AudioStandard::ProcessCbStub
36 bool ret = CheckInterfaceToken(data); in OnRemoteRequest()
H A Dpolicy_provider_stub.cpp25 bool PolicyProviderStub::CheckInterfaceToken(MessageParcel &data) in CheckInterfaceToken() function in OHOS::AudioStandard::PolicyProviderStub
36 bool ret = CheckInterfaceToken(data); in OnRemoteRequest()
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/stub/
H A Dsession_listener_stub.cpp21 bool SessionListenerStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::AVSession::SessionListenerStub
35 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
H A Davcast_controller_callback_stub.cpp21 bool AVCastControllerCallbackStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::AVSession::AVCastControllerCallbackStub
35 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
H A Davcast_controller_stub.cpp26 bool AVCastControllerStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::AVSession::AVCastControllerStub
44 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
H A Davcontroller_callback_stub.cpp21 bool AVControllerCallbackStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::AVSession::AVControllerCallbackStub
35 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
H A Davsession_callback_stub.cpp27 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
37 bool AVSessionCallbackStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::AVSession::AVSessionCallbackStub
H A Dsession_listener_stub.h43 static bool CheckInterfaceToken(MessageParcel& data);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_notifier_stub.cpp37 bool RdbNotifierStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::DistributedRdb::RdbNotifierStub
52 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dipc_offline_stream_stub.cpp46 bool IpcOfflineStreamStub::CheckInterfaceToken(MessageParcel &data) in CheckInterfaceToken() function in OHOS::AudioStandard::IpcOfflineStreamStub
60 CHECK_AND_RETURN_RET(CheckInterfaceToken(data), AUDIO_ERR); in OnRemoteRequest()
H A Daudio_process_stub.cpp49 bool AudioProcessStub::CheckInterfaceToken(MessageParcel &data) in CheckInterfaceToken() function in OHOS::AudioStandard::AudioProcessStub
59 bool ret = CheckInterfaceToken(data); in OnRemoteRequest()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_process_cb_stub.h30 static bool CheckInterfaceToken(MessageParcel &data);
H A Dipc_stream_listener_stub.h30 static bool CheckInterfaceToken(MessageParcel &data);
H A Dpolicy_provider_stub.h28 static bool CheckInterfaceToken(MessageParcel &data);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dipc_offline_stream_stub.h32 static bool CheckInterfaceToken(MessageParcel &data);
H A Daudio_process_stub.h41 static bool CheckInterfaceToken(MessageParcel &data);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_stub.cpp31 if (!CheckInterfaceToken(data) || resultSet_ == nullptr) { in OnRemoteRequest()
40 bool RdbResultSetStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::DistributedRdb::RdbResultSetStub
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub_lite.h34 int CheckInterfaceToken(uint32_t code, IpcIo *req);
H A Dwifi_scan_stub_lite.cpp36 int WifiScanStub::CheckInterfaceToken(uint32_t code, IpcIo *req) in CheckInterfaceToken() function in OHOS::Wifi::WifiScanStub
57 if (CheckInterfaceToken(code, req) == WIFI_OPT_FAILED) { in OnRemoteRequest()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_stub.cpp195 bool ObjectServiceStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::DistributedObject::ObjectServiceStub
209 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
H A Dobject_service_stub.h30 bool CheckInterfaceToken(MessageParcel& data);
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_stub_lite.h34 int CheckInterfaceToken(uint32_t code, IpcIo *req);
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub_lite.cpp34 int DhcpServerStub::CheckInterfaceToken(uint32_t code, IpcIo *req) in CheckInterfaceToken() function in OHOS::DHCP::DhcpServerStub
55 if (CheckInterfaceToken(code, req) == DHCP_E_FAILED) { in OnRemoteRequest()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_notifier_stub.h47 bool CheckInterfaceToken(MessageParcel& data);

12