Home
last modified time | relevance | path

Searched defs:token (Results 401 - 425 of 2129) sorted by relevance

1...<<11121314151617181920>>...86

/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_listener_proxy.cpp43 bool token = data.WriteInterfaceToken(RecorderListenerProxy::GetDescriptor()); in OnError() local
58 bool token = data.WriteInterfaceToken(RecorderListenerProxy::GetDescriptor()); in OnInfo() local
73 bool token = data.WriteInterfaceToken(RecorderListenerProxy::GetDescriptor()); in OnAudioCaptureChange() local
87 bool token = data.WriteInterfaceToken(RecorderListenerProxy::GetDescriptor()); in OnPhotoAssertAvailable() local
/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_userfile_client.cpp59 void UserFileClient::Init(const sptr<IRemoteObject> &token, bool isSetHelper) in Init() argument
/foundation/multimedia/player_framework/services/services/recorder_profiles/ipc/
H A Drecorder_profiles_service_proxy.cpp45 bool token = data.WriteInterfaceToken(RecorderProfilesServiceProxy::GetDescriptor()); in IsAudioRecorderConfigSupported() local
61 bool token = data.WriteInterfaceToken(RecorderProfilesServiceProxy::GetDescriptor()); in HasVideoRecorderProfile() local
79 bool token = data.WriteInterfaceToken(RecorderProfilesServiceProxy::GetDescriptor()); in GetVideoRecorderProfileInfo() local
98 bool token = data.WriteInterfaceToken(RecorderProfilesServiceProxy::GetDescriptor()); in GetAudioRecorderCapsInfo() local
114 bool token = data.WriteInterfaceToken(RecorderProfilesServiceProxy::GetDescriptor()); in GetVideoRecorderCapsInfo() local
129 bool token = data.WriteInterfaceToken(RecorderProfilesServiceProxy::GetDescriptor()); DestroyStub() local
[all...]
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_listener_proxy.cpp43 bool token = data.WriteInterfaceToken(ScreenCaptureListenerProxy::GetDescriptor()); in OnError() local
58 bool token = data.WriteInterfaceToken(ScreenCaptureListenerProxy::GetDescriptor()); in OnAudioBufferAvailable() local
73 bool token = data.WriteInterfaceToken(ScreenCaptureListenerProxy::GetDescriptor()); in OnVideoBufferAvailable() local
87 bool token = data.WriteInterfaceToken(ScreenCaptureListenerProxy::GetDescriptor()); in OnStateChange() local
/foundation/resourceschedule/background_task_mgr/interfaces/kits/cj/background_task_mgr/
H A Dbackground_task_mgr_ffi.cpp81 sptr<IRemoteObject> token = context->GetToken(); in CJ_StopBackgroundRunning() local
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c47 int32 token = SAMGR_AddRouter(g_remoteRegister.endpoint, &saName, identity, iUnknown); in SAMGR_RegisterServiceApi() local
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.h63 int token; member
/foundation/window/window_manager/extension/window_extension/test/unittest/
H A Dwindow_extension_stub_impl_test.cpp173 sptr<IWindowExtensionClient> token; in HWTEST_F() local
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.h44 uint32 token; member
/foundation/window/window_manager/extension/window_extension/src/
H A Dwindow_extension_stub_impl.cpp107 void WindowExtensionStubImpl::GetExtensionWindow(sptr<IWindowExtensionClient>& token) in GetExtensionWindow() argument
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_recover_test.cpp101 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local
145 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_stub_test.cpp63 NetManagerBaseAccessToken token; in HWTEST_F() local
98 NetManagerBaseAccessToken token; in HWTEST_F() local
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dserializer.h39 uintptr_t token; member
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dserializer_inner.c79 static int32_t AddList(IpcObjectStub *stub, uint32_t *token, IpcCallback *ipcCallback) in AddList() argument
130 uint32_t token; in WriteRemoteObject() local
[all...]
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Dnet_datashare_utils_test.cpp99 NetManagerBaseDataShareToken token; in HWTEST_F() local
163 NetManagerBaseDataShareToken token; in HWTEST_F() local
219 NetManagerBaseDataShareToken token; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_hievent_test.cpp227 NetManagerBaseAccessToken token; in HWTEST_F() local
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnetworkvpn_service_stub_test.cpp247 NetManagerExtNotSystemAccessToken token; in HWTEST_F() local
H A Dnetworkvpn_service_proxy_test.cpp158 NetManagerExtAccessToken token; in HWTEST_F() local
172 NetManagerExtAccessToken token; in HWTEST_F() local
184 NetManagerExtAccessToken token; in HWTEST_F() local
196 NetManagerExtAccessToken token; in HWTEST_F() local
204 NetManagerExtAccessToken token; in HWTEST_F() local
213 NetManagerExtAccessToken token; in HWTEST_F() local
222 NetManagerExtAccessToken token; in HWTEST_F() local
229 NetManagerExtAccessToken token; in HWTEST_F() local
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_connection.h35 DataShareConnection(const Uri &uri, const sptr<IRemoteObject> &token, int32_t waitTime = 2) : uri_(uri), in DataShareConnection() argument
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_connection.cpp162 ConnectDataShareExtAbility(const Uri &uri, const sptr<IRemoteObject> &token) ConnectDataShareExtAbility() argument
238 GetDataShareProxy(const Uri &uri, const sptr<IRemoteObject> &token) GetDataShareProxy() argument
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/provider/src/
H A Dgeneral_controller_provider_impl.cpp184 GeneralControllerProviderImpl(std::shared_ptr<DataShareConnection> connection, const Uri &uri, const sptr<IRemoteObject> &token) GeneralControllerProviderImpl() argument
H A Dext_special_controller.cpp173 ExtSpecialController(std::shared_ptr<DataShareConnection> connection, const Uri &uri, const sptr<IRemoteObject> &token) ExtSpecialController() argument
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_listener.cpp101 std::string token = "kdkddk"; in HWTEST_F() local
119 std::string token = "kdkddk"; in HWTEST_F() local
137 std::string token = "kdkddk"; in HWTEST_F() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_discover.h57 uint8_t *token; member
/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp40 std::vector<uint8_t> token; in StorageManagerProxyFuzzTest() local

Completed in 17 milliseconds

1...<<11121314151617181920>>...86