Home
last modified time | relevance | path

Searched refs:ShiftLNNGearInner (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/sdk/bus_center/manager/include/
H A Dclient_bus_center_manager.h54 int32_t ShiftLNNGearInner(const char *pkgName, const char *callerId, const char *targetNetworkId,
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server_stub.h72 int32_t ShiftLNNGearInner(MessageParcel &data, MessageParcel &reply);
/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp1655 * @tc.desc: Verify the ShiftLNNGearInner function.
1669 int32_t ret = softBusServer->ShiftLNNGearInner(datas, reply); in HWTEST_F()
1673 ret = softBusServer->ShiftLNNGearInner(datas, reply); in HWTEST_F()
1678 ret = softBusServer->ShiftLNNGearInner(datas, reply); in HWTEST_F()
1684 ret = softBusServer->ShiftLNNGearInner(datas, reply); in HWTEST_F()
1691 ret = softBusServer->ShiftLNNGearInner(datas, reply); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c565 return ShiftLNNGearInner(pkgName, callerId, targetNetworkId, mode); in ShiftLNNGear()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp174 memberFuncMap_[SERVER_SHIFT_LNN_GEAR] = &SoftBusServerStub::ShiftLNNGearInner; in InitMemberFuncMap()
1543 int32_t SoftBusServerStub::ShiftLNNGearInner(MessageParcel &data, MessageParcel &reply) in ShiftLNNGearInner() function in OHOS::SoftBusServerStub
1551 COMM_LOGE(COMM_SVC, "ShiftLNNGearInner read pkgName failed!"); in ShiftLNNGearInner()
1558 COMM_LOGE(COMM_SVC, "ShiftLNNGearInner read callerId failed!"); in ShiftLNNGearInner()
1564 COMM_LOGE(COMM_SVC, "ShiftLNNGearInner read targetNetworkId failed!"); in ShiftLNNGearInner()
1570 COMM_LOGE(COMM_SVC, "ShiftLNNGearInner read mode failed!"); in ShiftLNNGearInner()
1575 COMM_LOGE(COMM_SVC, "ShiftLNNGearInner write reply failed!"); in ShiftLNNGearInner()
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c1029 int32_t ShiftLNNGearInner(const char *pkgName, const char *callerId, const char *targetNetworkId, const GearMode *mode) in ShiftLNNGearInner() function
/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/
H A Dsoftbusserverstub_fuzzer.cpp1093 SoftBusServer->ShiftLNNGearInner(datas, reply); in ShiftLNNGearFuzzTest()

Completed in 11 milliseconds