/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/ |
H A D | allocator_proxy.cpp | 39 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 D | driver_manager.cpp | 93 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 D | dcamera_hdf_operate.cpp | 44 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 D | foo_proxy.cpp.txt | 30 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 D | allocator_proxy.cpp.txt | 52 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 D | image_process_service_proxy.cpp.txt | 54 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 D | face_auth_interface_proxy.cpp.txt | 53 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 D | fingerprint_auth_interface_proxy.cpp.txt | 53 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 D | memory_tracker_interface_proxy.cpp.txt | 53 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 D | pin_auth_interface_proxy.cpp.txt | 53 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 D | foo_proxy.cpp.txt | 71 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 D | face_auth_interface_proxy.cpp.txt | 94 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 D | fingerprint_auth_interface_proxy.cpp.txt | 94 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 D | intell_voice_engine_manager_proxy.cpp.txt | 94 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 D | intell_voice_trigger_manager_proxy.cpp.txt | 95 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 D | pin_auth_interface_proxy.cpp.txt | 94 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 D | vibrator_interface_proxy.cpp.txt | 51 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 D | media_key_system_factory_proxy.cpp.txt | 53 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 D | intell_voice_trigger_manager_proxy.cpp.txt | 54 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 D | motion_interface_proxy.cpp.txt | 94 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 D | foo_proxy.cpp.txt | 51 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 D | foo_proxy.cpp.txt | 51 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 D | foo_proxy.cpp.txt | 51 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 D | connected_nfc_tag_proxy.cpp.txt | 51 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 D | foo_proxy.cpp.txt | 51 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);
|