Home
last modified time | relevance | path

Searched refs:IsCipherManagerFindKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_cipherkey_manager.h42 bool IsCipherManagerFindKey(const char *udid);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_cipherkey_manager_virtual.c61 bool IsCipherManagerFindKey(const char *udid) in IsCipherManagerFindKey() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c546 …if ((deviceInfo.deviceInfo.osType == OH_OS_TYPE) && (!IsCipherManagerFindKey(deviceInfo.deviceInfo… in IsNeedConnectOnLine()