Searched refs:GetInstIndex (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | meta_data_test.cpp | 54 int32_t GetInstIndex(uint32_t tokenId, const DistributedKv::AppId &appId); 57 int32_t MetaDataTest::GetInstIndex(uint32_t tokenId, const DistributedKv::AppId &appId) in GetInstIndex() function in OHOS::Test::DistributedDataTest::MetaDataTest 120 metaData_.instanceId = GetInstIndex(metaData_.tokenId, appId); in SetUp()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/ |
H A D | uri_permission_manager.cpp | 42 if (!PreProcessUtils::GetInstIndex(tokenId, instIndex)) {
in GrantUriPermission() 92 if (!PreProcessUtils::GetInstIndex(tokenId, instIndex)) {
in RevokeUriPermission()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/ |
H A D | preprocess_utils.h | 40 static bool GetInstIndex(uint32_t tokenId, int32_t &instIndex);
|
H A D | preprocess_utils.cpp | 242 bool PreProcessUtils::GetInstIndex(uint32_t tokenId, int32_t &instIndex) in GetInstIndex() function in OHOS::UDMF::PreProcessUtils
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.h | 122 int32_t GetInstIndex(uint32_t tokenId, const AppId &appId);
|
H A D | kvdb_service_impl.cpp | 163 auto instanceId = GetInstIndex(IPCSkeleton::GetCallingTokenID(), appId); in GetStoreIds() 671 storeInfo.instanceId = GetInstIndex(storeInfo.tokenId, appId); in BeforeCreate() 862 metaData.instanceId = GetInstIndex(metaData.tokenId, appId); in GetStoreMetaData() 877 strategyMeta.instanceId = GetInstIndex(tokenId, appId); in GetStrategyMeta() 881 int32_t KVDBServiceImpl::GetInstIndex(uint32_t tokenId, const AppId &appId) in GetInstIndex() function in OHOS::DistributedKv::KVDBServiceImpl
|
Completed in 5 milliseconds