Home
last modified time | relevance | path

Searched refs:GetInstIndex (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dmeta_data_test.cpp54 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 Duri_permission_manager.cpp42 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 Dpreprocess_utils.h40 static bool GetInstIndex(uint32_t tokenId, int32_t &instIndex);
H A Dpreprocess_utils.cpp242 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 Dkvdb_service_impl.h122 int32_t GetInstIndex(uint32_t tokenId, const AppId &appId);
H A Dkvdb_service_impl.cpp163 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