Home
last modified time | relevance | path

Searched refs:servMgr (Results 1 – 25 of 99) sorted by relevance

1234

/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/
H A Dallocator_proxy.cpp39 static sptr<IServiceManager> servMgr = IServiceManager::Get(); in Get() local
41 while (servMgr == nullptr) { in Get()
47 servMgr = IServiceManager::Get(); in Get()
54 sptr<IRemoteObject> remote = servMgr->GetService(serviceName); in Get()
61 remote = servMgr->GetService(serviceName); in Get()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Ddriver_manager.cpp93 auto servMgr = IServiceManager::Get(); in SubscribeHdiDriverStatus() local
94 if (servMgr == nullptr) { in SubscribeHdiDriverStatus()
101 int32_t ret = servMgr->UnregisterServiceStatusListener(hdiServiceStatusListener_); in SubscribeHdiDriverStatus()
130 …int32_t ret = servMgr->RegisterServiceStatusListener(hdiServiceStatusListener_, DEVICE_CLASS_USERA… in SubscribeHdiDriverStatus()
200 auto servMgr = IServiceManager::Get(); in OnAllHdiDisconnect() local
201 if (servMgr != nullptr) { in OnAllHdiDisconnect()
202 int32_t ret = servMgr->UnregisterServiceStatusListener(hdiServiceStatusListener_); in OnAllHdiDisconnect()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
H A Ddcamera_hdf_operate.cpp44 OHOS::sptr<IServiceManager> servMgr = IServiceManager::Get(); in LoadDcameraHDFImpl() local
46 if (servMgr == nullptr || devmgr == nullptr) { in LoadDcameraHDFImpl()
64 if (servMgr->RegisterServiceStatusListener(listener, DEVICE_CLASS_CAMERA) != 0) { in LoadDcameraHDFImpl()
87 if (servMgr->UnregisterServiceStatusListener(listener) != 0) { in LoadDcameraHDFImpl()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/02_standard_interface_idl/target/foo/v1_0/
H A Dfoo_proxy.cpp.txt30 auto servMgr = IServiceManager::Get();
31 if (servMgr == nullptr) {
36 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_buffer_v1_0/cpp_target/display/buffer/v1_0/
H A Dallocator_proxy.cpp.txt52 auto servMgr = IServiceManager::Get();
53 if (servMgr == nullptr) {
58 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
70 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/
H A Dimage_process_service_proxy.cpp.txt54 auto servMgr = IServiceManager::Get();
55 if (servMgr == nullptr) {
60 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
72 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_0/cpp_target/face_auth/v1_0/
H A Dface_auth_interface_proxy.cpp.txt53 auto servMgr = IServiceManager::Get();
54 if (servMgr == nullptr) {
59 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
71 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_0/cpp_target/fingerprint_auth/v1_0/
H A Dfingerprint_auth_interface_proxy.cpp.txt53 auto servMgr = IServiceManager::Get();
54 if (servMgr == nullptr) {
59 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
71 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/memorytracker_v1_0/cpp_target/memorytracker/v1_0/
H A Dmemory_tracker_interface_proxy.cpp.txt53 auto servMgr = IServiceManager::Get();
54 if (servMgr == nullptr) {
59 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
71 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_0/cpp_target/pin_auth/v1_0/
H A Dpin_auth_interface_proxy.cpp.txt53 auto servMgr = IServiceManager::Get();
54 if (servMgr == nullptr) {
59 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
71 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/04_extended_interface_idl/target/foo/v1_1/
H A Dfoo_proxy.cpp.txt71 auto servMgr = IServiceManager::Get();
72 if (servMgr == nullptr) {
77 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/cpp_target/face_auth/v1_1/
H A Dface_auth_interface_proxy.cpp.txt94 auto servMgr = IServiceManager::Get();
95 if (servMgr == nullptr) {
100 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
112 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/cpp_target/fingerprint_auth/v1_1/
H A Dfingerprint_auth_interface_proxy.cpp.txt94 auto servMgr = IServiceManager::Get();
95 if (servMgr == nullptr) {
100 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
112 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/intelligent_voice_engine_v1_1/cpp_target/intelligent_voice/engine/v1_1/
H A Dintell_voice_engine_manager_proxy.cpp.txt94 auto servMgr = IServiceManager::Get();
95 if (servMgr == nullptr) {
100 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
112 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/intelligent_voice_trigger_v1_1/cpp_target/intelligent_voice/trigger/v1_1/
H A Dintell_voice_trigger_manager_proxy.cpp.txt95 auto servMgr = IServiceManager::Get();
96 if (servMgr == nullptr) {
101 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
113 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_1/cpp_target/pin_auth/v1_1/
H A Dpin_auth_interface_proxy.cpp.txt94 auto servMgr = IServiceManager::Get();
95 if (servMgr == nullptr) {
100 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
112 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_0/cpp_target/vibrator/v1_0/
H A Dvibrator_interface_proxy.cpp.txt51 auto servMgr = IServiceManager::Get();
52 if (servMgr == nullptr) {
57 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
69 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/cpp_target/drm/v1_0/
H A Dmedia_key_system_factory_proxy.cpp.txt53 auto servMgr = IServiceManager::Get();
54 if (servMgr == nullptr) {
59 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
71 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/intelligent_voice_trigger_v1_0/cpp_target/intelligent_voice/trigger/v1_0/
H A Dintell_voice_trigger_manager_proxy.cpp.txt54 auto servMgr = IServiceManager::Get();
55 if (servMgr == nullptr) {
60 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
72 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/motion_v1_1/cpp_target/motion/v1_1/
H A Dmotion_interface_proxy.cpp.txt94 auto servMgr = IServiceManager::Get();
95 if (servMgr == nullptr) {
100 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
112 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/standard_callback_idl/cpp_target/foo/v1_0/
H A Dfoo_proxy.cpp.txt51 auto servMgr = IServiceManager::Get();
52 if (servMgr == nullptr) {
57 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
69 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/standard_interface_idl/cpp_target/foo/v1_0/
H A Dfoo_proxy.cpp.txt51 auto servMgr = IServiceManager::Get();
52 if (servMgr == nullptr) {
57 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
69 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/types_idl/cpp_target/foo/v1_0/
H A Dfoo_proxy.cpp.txt51 auto servMgr = IServiceManager::Get();
52 if (servMgr == nullptr) {
57 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
69 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/connected_nfc_tag_v1_0/cpp_target/connected_nfc_tag/v1_0/
H A Dconnected_nfc_tag_proxy.cpp.txt51 auto servMgr = IServiceManager::Get();
52 if (servMgr == nullptr) {
57 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
69 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/enum_nesting_idl/cpp_target/foo/v1_0/
H A Dfoo_proxy.cpp.txt51 auto servMgr = IServiceManager::Get();
52 if (servMgr == nullptr) {
57 sptr<IRemoteObject> remote = servMgr->GetService(serviceName.c_str());
69 proxy->servMgr_ = OHOS::HDI::hdi_objcast<IServiceManager>(servMgr);

1234