Home
last modified time | relevance | path

Searched refs:DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID (Results 1 - 25 of 42) sorted by relevance

12

/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Dlnn_kv_store_launch_listener_test.cpp56 * @tc.desc: check DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID.
65 listener->OnAddSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID, ""); in HWTEST_F()
66 listener->OnRemoveSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID, ""); in HWTEST_F()
71 * @tc.desc: check not DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID
80 listener->OnAddSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID + 1, ""); in HWTEST_F()
81 listener->OnRemoveSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID + 1, ""); in HWTEST_F()
/foundation/communication/dsoftbus/core/adapter/subscribe_kv_store_sa/src/
H A Dlnn_kv_store_launch_listener.cpp25 if (systemAbilityId == DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID) { in OnAddSystemAbility()
33 if (systemAbilityId == DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID) { in OnRemoveSystemAbility()
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Ddata_share_manager_impl.cpp51 saManager->SubscribeSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID, callback); in GetInstance()
62 auto remoteObject = manager->CheckSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in GetDistributedDataManager()
210 if (systemAbilityId != DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID) { in OnAddSystemAbility()
211 LOG_ERROR("SystemAbilityId must be DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID, but it is %{public}d", in OnAddSystemAbility()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatasvc/src/
H A Dkvstore_data_service_mgr.cpp30 auto remote = samgr->CheckSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in ClearAppStorage()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dclient_adaptor.h37 static constexpr int32_t DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID = 1301; member in OHOS::ObjectStore::ClientAdaptor
/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_service.h70 DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID,
/foundation/multimodalinput/input/service/display_state_manager/src/
H A Ddisplay_event_monitor.cpp95 if (SettingDataShare::GetInstance(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID).CheckIfSettingsDataReady()) { in JudgeAction()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_service_death_notifier.cpp69 auto remote = samgr->CheckSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in GetDistributedKvDataService()
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_manager.cpp68 auto dataMgrObject = saMgr->CheckSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in GetCloudService()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_server_stub.cpp73 AddSystemAbilityListener(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in OnStart()
115 if (systemAbilityId == DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID) { in OnAddSystemAbility()
/foundation/multimedia/audio_framework/test/fuzztest/audiointerruptservicemore_fuzzer/
H A Daudio_interrupt_service_more_fuzzer.cpp43 server.OnAddSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID, ""); in GetServerPtr()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h120 DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID = 1301, enumerator
/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h105 DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID,
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dclient_adaptor.cpp60 auto remoteObject = manager->CheckSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in GetDistributedDataManager()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dobserver_manager.cpp83 { DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID, [](std::shared_ptr<ObserverManager> mgr) { in InitObserverCbMap()
106 { DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID, [](std::shared_ptr<ObserverManager> mgr) { in InitObserverCbMap()
149 AddItemToSysAbilityListener(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID, systemAbilityManager); in InitSysAbilityListener()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service.cpp57 systemAbilityChangeMap_[DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID] = [this](bool isAdded) { in IntellVoiceService()
138 AddSystemAbilityListener(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in OnStart()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_manager_impl.cpp48 auto dataMgr = manager->CheckSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in GetDistributedDataManager()
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/stream_filter_router_test/src/
H A Dstream_filter_router_unit_test.cpp50 g_server.OnAddSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID, ""); in GetServerPtr()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs114 pub const DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID: i32 = 1301; consts
/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_kv_adapter_wrapper.cpp309 int32_t ret = abilityManager->SubscribeSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID, listener); in LnnSubcribeKvStoreService()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp264 AddSystemAbilityListener(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in OnStart()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Dudmf_service_client.cpp70 auto remote = samgr->CheckSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in GetDistributedKvDataService()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_service.cpp140 remoteObject = saMgr->CheckSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in IsDepSAStart()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_event_subscriber_manager.cpp275 case DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID: in OnSystemAbilityChanged()
474 SubscribeSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); // subscribe data management service done in InitSubscribeListener()
489 sptr<IRemoteObject> object = sa_mgr->CheckSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in IsDataMgrServiceActive()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H A Dobserver_event_test.cpp955 instance->sysAbilityListener_->OnAddSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID, deviceId); in HWTEST_F()
956 instance->sysAbilityListener_->OnRemoveSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID, deviceId); in HWTEST_F()

Completed in 16 milliseconds

12