Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedia_datashare_ext_ability.cpp654 string clientAppId = GetClientAppId(); in CheckIsOwner() local
658 predicates.And()->EqualTo("owner_appid", clientAppId); in CheckIsOwner()
659 if (clientAppId.empty() || fileId.empty()) { in CheckIsOwner()
682 string clientAppId = GetClientAppId(); in AddOwnerCheck() local
683 if (clientAppId.empty()) { in AddOwnerCheck()
686 appidPredicates.And()->EqualTo("owner_appid", clientAppId); in AddOwnerCheck()