Home
last modified time | relevance | path

Searched refs:ClientGetSessionIntegerDataById (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_mock.cpp70 return ClientGetSessionIntegerDataById(sessionId, data, KEY_PEER_UID); in GetPeerUidInner()
75 return ClientGetSessionIntegerDataById(sessionId, data, KEY_PEER_PID); in GetPeerPidInner()
80 return ClientGetSessionIntegerDataById(sessionId, data, KEY_IS_SERVER); in IsServerSideInner()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_manager_test.cpp489 int32_t ret = ClientGetSessionIntegerDataById(TRANS_TEST_SESSION_ID, &data, KEY_PEER_PID);
512 ret = ClientGetSessionIntegerDataById(sessionId, &data, KEY_PEER_PID);
514 ret = ClientGetSessionIntegerDataById(sessionId, &data, KEY_IS_SERVER);
516 ret = ClientGetSessionIntegerDataById(sessionId, &data, KEY_PEER_UID);
518 ret = ClientGetSessionIntegerDataById(sessionId, &data, KEY_PKG_NAME);
1185 … int32_t ret = ClientGetSessionIntegerDataById(TRANS_TEST_INVALID_SESSION_ID, &data, KEY_PEER_PID);
1187 ret = ClientGetSessionIntegerDataById(TRANS_TEST_SESSION_ID, NULL, KEY_PEER_PID);
1189 ret = ClientGetSessionIntegerDataById(TRANS_TEST_SESSION_ID, &data, KEY_PEER_PID);
H A Dclient_trans_session_service_test.cpp457 ret = ClientGetSessionIntegerDataById(sessionId, &actionIdRet, KEY_ACTION_ID);
464 ret = ClientGetSessionIntegerDataById(sessionId, &actionIdRet, KEY_ACTION_ID);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranssessionmanager_fuzzer/
H A Dclienttranssessionmanager_fuzzer.cpp79 ClientGetSessionIntegerDataById(sessionId, testInt, KEY_SESSION_NAME); in ClientGetSessionDataTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_manager.h173 int32_t ClientGetSessionIntegerDataById(int32_t sessionId, int *data, SessionKey key);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c449 ret = ClientGetSessionIntegerDataById(sessionId, &isServer, KEY_IS_SERVER); in NotifyAuthSuccess()
H A Dclient_trans_session_manager.c688 int32_t ClientGetSessionIntegerDataById(int32_t sessionId, int *data, SessionKey key) in ClientGetSessionIntegerDataById() function