Home
last modified time | relevance | path

Searched defs:callerId (Results 1 - 25 of 27) sorted by relevance

12

/foundation/communication/dsoftbus/tests/sdk/bus_center/demo/bus_center/
H A Dshift_lnn_gear_demo.c32 const char *callerId = "1"; in main() local
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/shiftlnngear_fuzzer/
H A Dshiftlnngear_fuzzer.cpp32 static char *callerId = nullptr; member
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_server_test.cpp169 const char *callerId = "1234"; in HWTEST_F() local
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl_virtual.c51 int32_t LnnShiftLNNGear(const char *pkgName, const char *callerId, const char *targetNetworkId, const GearMode *mode) in LnnShiftLNNGear() argument
94 int32_t LnnShiftLNNGearWithoutPkgName(const char *callerId, const GearMode *mode, LnnHeartbeatStrategyType strategyType) in LnnShiftLNNGearWithoutPkgName() argument
H A Dlnn_heartbeat_strategy.c42 const char *callerId; member
113 static int32_t GetGearModeFromSettingList(GearMode *mode, char *callerId, const ListNode *gearModeList, in GetGearModeFromSettingList() argument
173 int32_t LnnGetGearModeBySpecificType(GearMode *mode, char *callerId, LnnHeartbeatTyp argument
208 FirstSetGearModeByCallerId(const char *callerId, int64_t nowTime, ListNode *list, const GearMode *mode) FirstSetGearModeByCallerId() argument
244 LnnSetGearModeBySpecificType(const char *callerId, const GearMode *mode, LnnHeartbeatType type) LnnSetGearModeBySpecificType() argument
[all...]
H A Dlnn_heartbeat_ctrl.c979 int32_t LnnShiftLNNGear(const char *pkgName, const char *callerId, const char *targetNetworkId, const GearMode *mode) in LnnShiftLNNGear() argument
1028 int32_t LnnShiftLNNGearWithoutPkgName(const char *callerId, const GearMode *mode, LnnHeartbeatStrategyType strategyType) in LnnShiftLNNGearWithoutPkgName() argument
[all...]
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dif_softbus_server.cpp93 int32_t ISoftBusServer::ShiftLNNGear(const char *pkgName, const char *callerId, const char *targetNetworkId, in ShiftLNNGear() argument
H A Dsoftbus_server.cpp298 int32_t SoftBusServer::ShiftLNNGear(const char *pkgName, const char *callerId, const char *targetNetworkId, in ShiftLNNGear() argument
H A Dsoftbus_server_stub.cpp1556 const char *callerId = data.ReadCString(); in ShiftLNNGearInner() local
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c544 int32_t ShiftLNNGear(const char *pkgName, const char *callerId, const char *targetNetworkId, const GearMode *mode) in ShiftLNNGear() argument
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp295 int32_t ServerIpcShiftLNNGear(const char *pkgName, const char *callerId, const char *targetNetworkId, in ServerIpcShiftLNNGear() argument
H A Dbus_center_server_proxy_standard.cpp973 int32_t BusCenterServerProxy::ShiftLNNGear(const char *pkgName, const char *callerId, const char *targetNetworkId, in ShiftLNNGear() argument
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c133 int32_t ServerIpcShiftLNNGear(const char *pkgName, const char *callerId, const char *targetNetworkId, in ServerIpcShiftLNNGear() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_fsm.h93 char callerId[PKG_NAME_SIZE_MAX]; member
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dbus_center_ipc_mock.cpp121 int32_t LnnShiftLNNGear(const char *pkgName, const char *callerId, const char *targetNetworkId, const GearMode *mode) in LnnShiftLNNGear() argument
H A Dhb_fsm_mock.cpp96 int32_t LnnGetGearModeBySpecificType(GearMode *mode, char *callerId, LnnHeartbeatType type) in LnnGetGearModeBySpecificType() argument
H A Dhb_strategy_mock.cpp81 int32_t LnnSetGearModeBySpecificType(const char *callerId, const GearMode *mode, LnnHeartbeatType type) in LnnSetGearModeBySpecificType() argument
/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c149 int32_t LnnIpcShiftLNNGear(const char *pkgName, const char *callerId, const char *targetNetworkId, in LnnIpcShiftLNNGear() argument
/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dbus_center_server_stub.c664 const char *callerId = (const char *)ReadString(req, &len); in ServerShiftLnnGear() local
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp122 std::string callerId = "callerId"; in HWTEST_F() local
131 std::string callerId; in HWTEST_F() local
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service.cpp412 std::string callerId = "com.ohos.test"; in HWTEST_F() local
427 std::string callerId; in HWTEST_F() local
460 std::string callerId = "com.ohos.test"; in HWTEST_F() local
492 std::string callerId = "com.ohos.test"; HWTEST_F() local
507 std::string callerId = "com.ohos.test"; HWTEST_F() local
522 std::string callerId = "ShiftLNNGear_006"; HWTEST_F() local
538 std::string callerId = "ShiftLNNGear_007"; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c735 int32_t ServerIpcShiftLNNGear(const char *pkgName, const char *callerId, const char *targetNetworkId, in ServerIpcShiftLNNGear() argument
/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c367 int32_t LnnIpcShiftLNNGear(const char *pkgName, const char *callerId, const char *targetNetworkId, in LnnIpcShiftLNNGear() argument
/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() argument
/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/
H A Dsoftbusserverstub_fuzzer.cpp1049 char callerId[INPUT_NAME_SIZE_MAX] = ""; in ShiftLNNGearInfoProc() local

Completed in 39 milliseconds

12