Home
last modified time | relevance | path

Searched refs:IsLocalDevice (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c253 if (IsLocalDevice(StringGet(&(*entry)->udid))) { in DelAllTokens()
270 if (IsLocalDevice(StringGet(&(*entry)->udid))) { in DelAllPeerTokens()
408 if (IsLocalDevice(StringGet(&entry->udid))) { in DelPeerDevice()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h90 bool IsLocalDevice(const char *udid);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c318 if (IsLocalDevice(StringGet(&(*entry)->udid))) { in DelAllPeerTokens()
439 if (IsLocalDevice(StringGet(&entry->udid))) { in DelPeerDeviceAndToken()
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_dumper_test.cpp446 EXPECT_EQ(avSessionService_->IsLocalDevice(networkId), true);
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp2421 bool AVSessionService::IsLocalDevice(const std::string& networkId) in IsLocalDevice() function in OHOS::AVSession::AVSessionService
2448 if (IsLocalDevice(networkId)) { in GetTrustedDeviceName()
2500 if (!IsLocalDevice(castAudioDescriptors[0].networkId_)) { in SetDeviceInfo()
2632 if (IsLocalDevice(sinkAudioDescriptors[0].networkId_)) { in CastAudioInner()
2680 if (IsLocalDevice(sinkDevice.networkId_)) { in CancelCastAudioInner()
2728 if (!IsLocalDevice(sinkAudioDescriptors[0].networkId_)) { in CastAudioForAll()
H A Davsession_service.h368 bool IsLocalDevice(const std::string& networkId);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H A Dpeer_to_peer_group.c255 if (IsLocalDevice(StringGet(&entry->udid))) { in DelAllPeerDevAndKeyInfo()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c186 bool IsLocalDevice(const char *udid) in IsLocalDevice() function