Home
last modified time | relevance | path

Searched refs:OpenAuthSessionInner (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server_stub.h39 int32_t OpenAuthSessionInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp143 memberFuncMap_[SERVER_OPEN_AUTH_SESSION] = &SoftBusServerStub::OpenAuthSessionInner; in InitMemberFuncMap()
622 int32_t SoftBusServerStub::OpenAuthSessionInner(MessageParcel &data, MessageParcel &reply) in OpenAuthSessionInner() function in OHOS::SoftBusServerStub
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp416 int32_t ret = softBusServer->OpenAuthSessionInner(datas, reply);
421 ret = softBusServer->OpenAuthSessionInner(datas, reply);
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/
H A Dsoftbusserverstub_fuzzer.cpp252 SoftBusServer->OpenAuthSessionInner(datas, reply); in OpenAuthSessionFuzzTest()