/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | ipc_stream_listener_stub.cpp | 25 bool IpcStreamListenerStub::CheckInterfaceToken(MessageParcel &data) in CheckInterfaceToken() function in OHOS::AudioStandard::IpcStreamListenerStub 39 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
|
H A D | audio_process_proxy.cpp | 26 bool ProcessCbStub::CheckInterfaceToken(MessageParcel &data) in CheckInterfaceToken() function in OHOS::AudioStandard::ProcessCbStub 36 bool ret = CheckInterfaceToken(data); in OnRemoteRequest()
|
H A D | policy_provider_stub.cpp | 25 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 D | session_listener_stub.cpp | 21 bool SessionListenerStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::AVSession::SessionListenerStub 35 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
|
H A D | avcast_controller_callback_stub.cpp | 21 bool AVCastControllerCallbackStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::AVSession::AVCastControllerCallbackStub 35 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
|
H A D | avcast_controller_stub.cpp | 26 bool AVCastControllerStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::AVSession::AVCastControllerStub 44 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
|
H A D | avcontroller_callback_stub.cpp | 21 bool AVControllerCallbackStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::AVSession::AVControllerCallbackStub 35 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
|
H A D | avsession_callback_stub.cpp | 27 if (!CheckInterfaceToken(data)) { in OnRemoteRequest() 37 bool AVSessionCallbackStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::AVSession::AVSessionCallbackStub
|
H A D | session_listener_stub.h | 43 static bool CheckInterfaceToken(MessageParcel& data);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_notifier_stub.cpp | 37 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 D | ipc_offline_stream_stub.cpp | 46 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 D | audio_process_stub.cpp | 49 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 D | audio_process_cb_stub.h | 30 static bool CheckInterfaceToken(MessageParcel &data);
|
H A D | ipc_stream_listener_stub.h | 30 static bool CheckInterfaceToken(MessageParcel &data);
|
H A D | policy_provider_stub.h | 28 static bool CheckInterfaceToken(MessageParcel &data);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | ipc_offline_stream_stub.h | 32 static bool CheckInterfaceToken(MessageParcel &data);
|
H A D | audio_process_stub.h | 41 static bool CheckInterfaceToken(MessageParcel &data);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_result_set_stub.cpp | 31 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 D | wifi_scan_stub_lite.h | 34 int CheckInterfaceToken(uint32_t code, IpcIo *req);
|
H A D | wifi_scan_stub_lite.cpp | 36 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 D | object_service_stub.cpp | 195 bool ObjectServiceStub::CheckInterfaceToken(MessageParcel& data) in CheckInterfaceToken() function in OHOS::DistributedObject::ObjectServiceStub 209 if (!CheckInterfaceToken(data)) { in OnRemoteRequest()
|
H A D | object_service_stub.h | 30 bool CheckInterfaceToken(MessageParcel& data);
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_stub_lite.h | 34 int CheckInterfaceToken(uint32_t code, IpcIo *req);
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_stub_lite.cpp | 34 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 D | rdb_notifier_stub.h | 47 bool CheckInterfaceToken(MessageParcel& data);
|