Home
last modified time | relevance | path

Searched defs:sessionId (Results 51 - 75 of 495) sorted by relevance

12345678910>>...20

/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Dnotifier_impl.cpp42 void NotifierImpl::AddWatcher(std::string &sessionId, std::weak_ptr<JSWatcher> watcher) in AddWatcher() argument
48 void NotifierImpl::DelWatcher(std::string &sessionId) in DelWatcher() argument
54 OnChanged( const std::string &sessionId, const std::string &networkId, const std::string &onlineStatus) OnChanged() argument
[all...]
/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicemanagerservice_fuzzer/
H A Ddevice_manager_service_fuzzer.cpp28 int sessionId = *(reinterpret_cast<const int*>(data)); in DeviceManagerServiceFuzzTest() local
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcestreamreceived_fuzzer/
H A Dsoftbusonsourcestreamreceived_fuzzer.cpp28 int32_t sessionId = *(reinterpret_cast<const int32_t*>(data)); in SoftbusOnSourceStreamReceivedFuzzTest() local
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onbytesreceived_fuzzer/
H A Don_bytes_received_fuzzer.cpp31 (void)sessionId; variable
37 (void)sessionId; variable
41 (void)sessionId; variable
50 (void)sessionId; variable
60 int sessionId = *(reinterpret_cast<const int*>(data)); in OnBytesReceivedFuzzTest() local
[all...]
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussession_fuzzer/
H A Dsoftbus_session_fuzzer.cpp33 (void)sessionId; variable
39 (void)sessionId; variable
43 (void)sessionId; variable
52 (void)sessionId; variable
64 int32_t sessionId = *(reinterpret_cast<const int32_t*>(data)); in SoftBusSessionFuzzTest() local
[all...]
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkstreamreceived_fuzzer/
H A Dsoftbusonsinkstreamreceived_fuzzer.cpp28 int32_t sessionId = *(reinterpret_cast<const int32_t*>(data)); in SoftbusOnSinkStreamReceivedFuzzTest() local
/foundation/distributedhardware/device_manager/test/commonfuzztest/ondatareceived_fuzzer/
H A Don_data_received_fuzzer.cpp37 int32_t sessionId = *(reinterpret_cast<const int32_t*>(data)); in OnDataReceivedFuzzTest() local
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsessionopened_fuzzer/
H A Don_session_opened_fuzzer.cpp36 (void)sessionId; variable
42 (void)sessionId; variable
46 (void)sessionId; variable
55 (void)sessionId; variable
66 int sessionId = *(reinterpret_cast<const int*>(data)); in OnSessionOpenedFuzzTest() local
[all...]
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcebytesreceived_fuzzer/
H A Dsoftbusonsourcebytesreceived_fuzzer.cpp28 int32_t sessionId = *(reinterpret_cast<const int32_t*>(data)); in SoftbusOnSourceBytesReceivedFuzzTest() local
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkbytesreceived_fuzzer/
H A Dsoftbusonsinkbytesreceived_fuzzer.cpp28 int32_t sessionId = *(reinterpret_cast<const int32_t*>(data)); in SoftbusOnSinkBytesReceivedFuzzTest() local
/foundation/distributedhardware/distributed_input/test/fuzztest/dinputonsessionopend_fuzzer/
H A Ddinputonsessionopend_fuzzer.cpp42 int32_t sessionId = *(reinterpret_cast<const int32_t*>(data)); in OnSessionOpenedFuzzTest() local
/foundation/distributedhardware/distributed_input/test/fuzztest/distributedinputtransportbase_fuzzer/
H A Ddistributed_input_transport_base_fuzzer.cpp52 int32_t sessionId = *(reinterpret_cast<const int32_t*>(data)); in OnBytesReceivedFuzzTest() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dasset_recv_callback_proxy.cpp32 OnStart(const std::string &srcNetworkId, const std::string &destNetworkId, const std::string &sessionId, const std::string &destBundleName) OnStart() argument
/test/xts/dcts/communication/softbus_standard/transmission/sendmsg/
H A Dtrans_func_test.cpp123 int sessionId = GetCurrentSessionId4Data(); in HWTEST_F() local
283 int sessionId = GetCurrentSessionId4Proxy(); in HWTEST_F() local
411 int sessionId = GetCurrentSessionId4Data(); in HWTEST_F() local
592 int sessionId = GetCurrentSessionId4Proxy(); in HWTEST_F() local
/test/xts/dcts/communication/softbus_standard/transmission/sendstream/
H A Dtrans_stream_test.cpp88 int sessionId = OpenSession(SESSION_NAME_STREAM, SESSION_NAME_STREAM, GetNetworkId(), in HWTEST_F() local
136 int sessionId = OpenSession(SESSION_NAME_STREAM, SESSION_NAME_STREAM, GetNetworkId(), in HWTEST_F() local
[all...]
/foundation/ai/ai_engine/services/client/client_executor/source/
H A Dasync_handler.cpp28 int AsyncHandler::RegisterCb(int sessionId, IClientCb *cb) in RegisterCb() argument
38 int AsyncHandler::UnRegisterCb(int sessionId) in UnRegisterCb() argument
48 int AsyncHandler::RegisterDeadCb(int sessionId, IServiceDeadCb *cb) in RegisterDeadCb() argument
56 int AsyncHandler::UnRegisterDeadCb(int sessionId) in UnRegisterDeadCb() argument
63 OnResult(int sessionId, const DataInfo &result, int resultCode, int requestId) OnResult() argument
85 FindCb(int sessionId, IClientCb *&cb) FindCb() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_stream_tracker.cpp62 void AudioStreamTracker::UpdateTracker(const int32_t sessionId, const State state, const int32_t clientPid, in UpdateTracker() argument
94 void AudioStreamTracker::FetchOutputDeviceForTrack(const int32_t sessionId, cons argument
109 FetchInputDeviceForTrack(const int32_t sessionId, const State state, const int32_t clientPid, const AudioCapturerInfo &capturerInfo) FetchInputDeviceForTrack() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_microphone_proxy.cpp107 GetAudioCapturerMicrophoneDescriptors( int32_t sessionId) GetAudioCapturerMicrophoneDescriptors() argument
/foundation/multimedia/av_session/services/session/adapter/
H A Dability_manager_adapter.cpp37 __attribute__((no_sanitize("cfi"))) int32_t AbilityManagerAdapter::StartAbilityByCall(std::string& sessionId) in StartAbilityByCall() argument
84 void AbilityManagerAdapter::StartAbilityByCallDone(const std::string& sessionId) in StartAbilityByCallDone() argument
/foundation/multimedia/av_session/services/session/server/test/
H A Dremote_session_sink_test.cpp48 std::string sessionId = g_AVSessionItem->GetSessionId(); in SetUpTestCase() local
/foundation/multimedia/av_session/services/session/server/
H A Dsession_stack.cpp53 std::string sessionId = it->second->GetSessionId(); in RemoveSession() local
65 sptr<AVSessionItem> SessionStack::RemoveSession(const std::string& sessionId) in RemoveSession() argument
142 sptr<AVSessionItem> SessionStack::GetSessionById(const std::string& sessionId) in GetSessionById() argument
/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_capability_set.cpp42 void RemoteSessionCapabilitySet::AddRemoteCapability(const std::string& sessionId, const std::string& sinkDeviceId, in AddRemoteCapability() argument
52 void RemoteSessionCapabilitySet::RemoveRemoteCapability(const std::string& sessionId, const std::string& sinkDevice) in RemoveRemoteCapability() argument
59 bool RemoteSessionCapabilitySet::HasCapability(const std::string& sessionId, const std::string& sinkDevice, in HasCapability() argument
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmodal_ui_callback.cpp33 void ModalUICallback::SetSessionId(int32_t sessionId) in SetSessionId() argument
/foundation/communication/ipc/ipc/native/c/rpc/trans_adapter/src/
H A Drpc_softbus_trans.c84 static int32_t Disconnect(int32_t sessionId) in Disconnect() argument
95 static int32_t Send(int32_t sessionId, const void *data, uint32_t len) in Send() argument
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_mock_test/
H A Dtrans_manager_test_mock.cpp43 int32_t TransGetPidFromSocketChannelInfoBySession(const char *sessionName, int32_t sessionId, int32_t *pid) in TransGetPidFromSocketChannelInfoBySession() argument

Completed in 8 milliseconds

12345678910>>...20