Home
last modified time | relevance | path

Searched refs:onNodeBasicInfoChanged (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_devmgr.c28 static void onNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info);
34 .onNodeBasicInfoChanged = onNodeBasicInfoChanged
55 void onNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in onNodeBasicInfoChanged() function
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/regnodedevicestatecb_fuzzer/
H A Dregnodedevicestatecb_fuzzer.cpp35 void onNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in onNodeBasicInfoChanged() function
47 g_stateCb.onNodeBasicInfoChanged = onNodeBasicInfoChanged; in GenRanDiscInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dcommon.cpp70 .onNodeBasicInfoChanged = OnDefNodeBasicInfoChanged,
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h465 void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info); member
/ohos5.0/base/security/device_security_level/baselib/msglib/src/lite/
H A Dmessenger_device_status_manager.c53 .onNodeBasicInfoChanged = MessengerOnNodeBasicInfoChanged, in GetDeviceManagerInstance()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_test.cpp540 callBcak.onNodeBasicInfoChanged = OnNodeBasicInfoChangedCb;
569 callBcak.onNodeBasicInfoChanged = OnNodeBasicInfoChangedCb;
/ohos5.0/foundation/communication/dsoftbus/
H A DREADME_zh.md204 void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info); // 节点信息变化事件回调
H A DREADME.md198 …void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info); // Called when the de…
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c790 callback1->onNodeBasicInfoChanged != callback2->onNodeBasicInfoChanged) { in IsSameNodeStateCb()
1150 item->cb.onNodeBasicInfoChanged((NodeBasicInfoType)type, basicInfo); in LnnOnNodeBasicInfoChanged()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c64 callback->onNodeBasicInfoChanged == NULL) { in IsValidNodeStateCb()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dsoftbus_adapter.c252 .onNodeBasicInfoChanged = NULL
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp121 .onNodeBasicInfoChanged = SoftbusListener::OnSoftbusDeviceInfoChanged,