Home
last modified time | relevance | path

Searched refs:OnDeviceChange (Results 1 - 25 of 34) sorted by relevance

12

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dprocess_communicator_impl.h32 using OnDeviceChange = DistributedDB::OnDeviceChange;
41 KVSTORE_API DBStatus RegOnDeviceChange(const OnDeviceChange &callback) override;
58 OnDeviceChange onDeviceChangeHandler_;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dprocess_communication_impl.h29 using OnDeviceChange = DistributedDB::OnDeviceChange;
38 DBStatus RegOnDeviceChange(const OnDeviceChange &callback) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dprocess_communicator_impl.h32 using OnDeviceChange = DistributedDB::OnDeviceChange;
46 DBStatus RegOnDeviceChange(const OnDeviceChange &callback) override;
72 OnDeviceChange onDeviceChangeHandler_;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Diprocess_communicator.h60 // In OnDeviceChange, all field of devInfo should be valid, isOnline true for online and false for offline.
65 using OnDeviceChange = std::function<void(const DeviceInfos &devInfo, bool isOnline)>;
92 virtual DBStatus RegOnDeviceChange(const OnDeviceChange &callback) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Dmock_process_communicator.h25 MOCK_METHOD1(RegOnDeviceChange, DBStatus(const OnDeviceChange &));
H A Ddistributeddb_communicator_deep_test.cpp807 OnDataReceive &onDataReceive, OnDeviceChange &onDataChange) in InitAdapter()
821 [&onDataChange](const OnDeviceChange &callback) { in InitAdapter()
847 OnDeviceChange onDeviceChange; in HWTEST_F()
892 OnDeviceChange onDeviceChange; in HWTEST_F()
941 OnDeviceChange onDeviceChange; in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Dprocess_communicator_test_stub.h44 DBStatus RegOnDeviceChange(const OnDeviceChange &callback) override
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/iprocesscommunicator_fuzzer/
H A Diprocesscommunicator_fuzzer.cpp45 DistributedDB::DBStatus RegOnDeviceChange(const DistributedDB::OnDeviceChange &callback) override
99 DistributedDB::OnDeviceChange onDeviceChange_ = nullptr;
/foundation/multimedia/audio_framework/frameworks/cj/include/
H A Dmultimedia_audio_routing_manager_callback.h59 void OnDeviceChange(const DeviceChangeAction &deviceChangeAction) override;
/foundation/multimedia/av_session/services/session/server/test/fuzztest/audioadapterinterface_fuzzer/
H A Daudioadapterinterface_fuzzer.cpp60 audioAdapter.OnDeviceChange(deviceChangeAction); in AudioAdapterTest()
/foundation/multimedia/av_session/services/session/adapter/
H A Daudio_adapter.h53 void OnDeviceChange(const DeviceChangeAction& deviceChangeAction) override;
H A Daudio_adapter.cpp133 void AudioAdapter::OnDeviceChange(const DeviceChangeAction& deviceChangeAction) in OnDeviceChange() function in OHOS::AVSession::AudioAdapter
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H A Dprocess_communicator_test_stub.h44 DBStatus RegOnDeviceChange(const OnDeviceChange &callback) override
46 MST_LOG("Is the OnDeviceChange callback is nullptr: %d", (callback == nullptr));
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_client_proxy.h36 void OnDeviceChange(const DeviceChangeAction &deviceChangeAction) override;
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRoutingManager.h36 void OnDeviceChange(const DeviceChangeAction &deviceChangeAction) override;
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_routing_manager_callback.cpp64 void CjAudioManagerDeviceChangeCallback::OnDeviceChange(const DeviceChangeAction &deviceChangeAction) in OnDeviceChange() function in OHOS::AudioStandard::CjAudioManagerDeviceChangeCallback
/foundation/multimedia/audio_framework/services/audio_policy/common/include/
H A Daudio_policy_client.h63 virtual void OnDeviceChange(const DeviceChangeAction &deviceChangeAction) = 0;
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/callback/
H A Dnapi_audio_manager_callbacks.h38 void OnDeviceChange(const DeviceChangeAction &deviceChangeAction) override;
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/include/
H A Daudio_policy_unit_test.h32 virtual void OnDeviceChange(const DeviceChangeAction &deviceChangeAction) {} in OnDeviceChange() function in OHOS::AudioStandard::AudioManagerDeviceChangeCallbackTest
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_policy_client_stub_impl_test/include/
H A Daudio_policy_client_stub_impl_test.h52 void OnDeviceChange(const DeviceChangeAction &deviceChangeAction) override {}
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.h86 void OnDeviceChange(const std::string& deviceId);
H A Dkvstore_meta_manager.cpp494 void KvStoreMetaManager::OnDeviceChange(const std::string& deviceId)
537 KvStoreMetaManager::GetInstance().OnDeviceChange(info.uuid);
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dprocess_communication_impl.cpp55 DBStatus ProcessCommunicationImpl::RegOnDeviceChange(const OnDeviceChange &callback) in RegOnDeviceChange()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dprocess_communicator_impl.cpp58 DBStatus ProcessCommunicatorImpl::RegOnDeviceChange(const OnDeviceChange &callback) in RegOnDeviceChange()
/foundation/multimedia/audio_framework/services/audio_policy/client/include/
H A Daudio_policy_client_stub_impl.h88 void OnDeviceChange(const DeviceChangeAction &deviceChangeAction) override;

Completed in 12 milliseconds

12