Home
last modified time | relevance | path

Searched refs:descriptorToken (Results 1 - 16 of 16) sorted by relevance

/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_system_ability_stub.cpp34 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
35 if (descriptorToken != GetDescriptor()) { in OnRemoteRequest()
H A Dscreenlock_callback_stub.cpp34 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
35 if (descriptorToken != GetDescriptor()) { in OnRemoteRequest()
/base/request/request/frameworks/native/src/
H A Druncount_notify_stub.cpp47 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
48 if (descriptorToken != GetDescriptor()) { in OnRemoteRequest()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dkeyevent_consumer_stub.cpp39 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
40 if (descriptorToken != IKeyEventConsumer::GetDescriptor()) { in OnRemoteRequest()
H A Dsystem_cmd_channel_stub.cpp73 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
74 if (descriptorToken != ISystemCmdChannel::GetDescriptor()) { in OnRemoteRequest()
H A Dinput_client_stub.cpp42 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
43 if (descriptorToken != GetDescriptor()) { in OnRemoteRequest()
H A Dinput_data_channel_stub.cpp36 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
37 if (descriptorToken != IInputDataChannel::GetDescriptor()) { in OnRemoteRequest()
/base/inputmethod/imf/services/src/
H A Dinput_control_channel_stub.cpp39 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
40 if (descriptorToken != GetDescriptor()) { in OnRemoteRequest()
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_extension_callback_stub.cpp36 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
37 if (descriptorToken != GetDescriptor()) { in OnRemoteRequest()
H A Dprint_callback_stub.cpp37 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
38 if (descriptorToken != GetDescriptor()) { in OnRemoteRequest()
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_callback_stub.cpp37 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
38 if (descriptorToken != GetDescriptor()) { in OnRemoteRequest()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_stub.cpp40 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
41 if (descriptorToken != GetDescriptor()) { in OnRemoteRequest()
H A Dinput_method_core_stub.cpp46 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
47 if (descriptorToken != IInputMethodCore::GetDescriptor()) { in OnRemoteRequest()
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp72 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
73 if (descriptorToken != GetDescriptor()) { in OnRemoteRequest()
/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_stub.cpp58 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
59 if (descriptorToken != GetDescriptor()) { in OnRemoteRequest()
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_stub.cpp92 auto descriptorToken = data.ReadInterfaceToken(); in OnRemoteRequest() local
93 if (descriptorToken != GetDescriptor()) { in OnRemoteRequest()

Completed in 9 milliseconds