Searched refs:ShiftLNNGearInner (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/sdk/bus_center/manager/include/ |
H A D | client_bus_center_manager.h | 54 int32_t ShiftLNNGearInner(const char *pkgName, const char *callerId, const char *targetNetworkId,
|
/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | softbus_server_stub.h | 72 int32_t ShiftLNNGearInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/communication/dsoftbus/tests/core/frame/unittest/ |
H A D | softbus_server_stub_test.cpp | 1655 * @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 D | client_bus_center.c | 565 return ShiftLNNGearInner(pkgName, callerId, targetNetworkId, mode); in ShiftLNNGear()
|
/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server_stub.cpp | 174 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 D | client_bus_center_manager.c | 1029 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 D | softbusserverstub_fuzzer.cpp | 1093 SoftBusServer->ShiftLNNGearInner(datas, reply); in ShiftLNNGearFuzzTest()
|
Completed in 16 milliseconds