Home
last modified time | relevance | path

Searched refs:SOFTBUS_TRANS_GET_PID_FAILED (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_manager.c343 return SOFTBUS_TRANS_GET_PID_FAILED; in TransGetUidAndPid()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_core_tcp_direct_test.cpp223 EXPECT_EQ(ret, SOFTBUS_TRANS_GET_PID_FAILED);
H A Dtrans_tcp_direct_message_append_test.cpp1316 EXPECT_EQ(ret, SOFTBUS_TRANS_GET_PID_FAILED);
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_error_code.h249 SOFTBUS_TRANS_GET_PID_FAILED, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c418 return SOFTBUS_TRANS_GET_PID_FAILED; in NotifyChannelOpened()