Home
last modified time | relevance | path

Searched defs:serviceKey (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_service_observer.c44 uint32_t serviceKey = HdfStringMakeHashKey(svcName, 0); in HdfServiceObserverSubscribeService() local
88 uint32_t serviceKey = HdfStringMakeHashKey(svcName, 0); in HdfServiceObserverPublishService() local
117 uint32_t serviceKey = HdfStringMakeHashKey(svcName, 0); in HdfServiceObserverRemoveRecord() local
H A Dhdf_observer_record.c17 struct HdfServiceObserverRecord *HdfServiceObserverRecordObtain(uint32_t serviceKey) in HdfServiceObserverRecordObtain()
43 bool HdfServiceObserverRecordCompare(struct HdfSListNode *listEntry, uint32_t serviceKey) in HdfServiceObserverRecordCompare()
/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Dhdf_observer_record.h19 uint32_t serviceKey; member
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager.c22 …ct DevSvcRecord *DevSvcManagerSearchServiceLocked(struct IDevSvcManager *inst, uint32_t serviceKey) in DevSvcManagerSearchServiceLocked()
188 uint32_t serviceKey = HdfStringMakeHashKey(svcName, 0); in DevSvcManagerRemoveService() local
216 uint32_t serviceKey = HdfStringMakeHashKey(svcName, 0); in DevSvcManagerGetObject() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_cache_manager.cpp238 …hared_ptr<AbilityRecord> AbilityCacheManager::FindRecordByServiceKey(const std::string &serviceKey) in FindRecordByServiceKey()
H A Dability_connect_manager.cpp342 std::string serviceKey = element.GetURI(); in StopServiceAbilityLocked() local
406 std::string serviceKey = element.GetURI(); in GetOrCreateServiceRecord() local
1033 std::string serviceKey = abilityRecord->GetURI(); in TerminateOrCacheAbility() local
2396 std::string serviceKey = service->GetURI(); in GetServiceKey() local
2421 std::string serviceKey; in DumpState() local
2443 std::string serviceKey = GetServiceKey(service); in DumpState() local
2792 std::string serviceKey = abilityRecord->GetURI(); in MoveToTerminatingMap() local
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp299 std::string serviceKey = GenerateKey(localUdid_, serviceId, KeyType::SERVICE); in DeleteDeviceProfile() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_cache_manager_test/
H A Dability_cache_manager_test.cpp588 std::string serviceKey = abilityRecord_->GetURI(); variable