Home
last modified time | relevance | path

Searched defs:remoteObj (Results 1 – 25 of 49) sorted by relevance

12

/base/powermgr/battery_manager/frameworks/native/test/unittest/src/
Dbattery_client_death_recipient_test.cpp48 wptr<IRemoteObject> remoteObj = nullptr; variable
73 wptr<IRemoteObject> remoteObj = sysMgr->CheckSystemAbility(POWER_MANAGER_BATT_SERVICE_ID); variable
/base/powermgr/power_manager/test/unittest/src/
Drunning_lock_native_test.cpp61 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); variable
103 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); variable
199 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); variable
222 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); variable
252 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); variable
428 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); variable
483 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); variable
509 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); variable
567 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); variable
Dpower_mgr_service_death_test.cpp40 wptr<IRemoteObject> remoteObj = nullptr; variable
Drunning_lock_test.cpp316 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); variable
334 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); variable
353 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); variable
Dpower_mgr_service_native_test.cpp59 sptr<IRemoteObject> remoteObj = new RunningLockTokenStub(); in SetUp() local
/base/account/os_account/services/accountmgr/test/moduletest/common/
Dbundle_manager_adapter_module_test.cpp108 …sptr<IRemoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABIL… variable
130 …sptr<IRemoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABIL… variable
152 …sptr<IRemoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABIL… variable
172 …sptr<IRemoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABIL… variable
194 …sptr<IRemoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABIL… variable
262 …sptr<IRemoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABIL… variable
/base/powermgr/display_manager/state_manager/test/unittest/src/
Ddisplay_service_death_test.cpp41 wptr<IRemoteObject> remoteObj = nullptr; variable
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_service_death_test.cpp40 wptr<IRemoteObject> remoteObj = nullptr; variable
Dthermal_observer_test.cpp126 wptr<IRemoteObject> remoteObj = nullptr; variable
144 wptr<IRemoteObject> remoteObj = nullptr; variable
Dthermal_action_test.cpp134 wptr<IRemoteObject> remoteObj = nullptr; variable
/base/powermgr/power_manager/services/native/src/
Drunning_lock_mgr.cpp249 const sptr<IRemoteObject>& remoteObj) in GetRunningLockInner()
259 …hared_ptr<RunningLockInner> RunningLockMgr::CreateRunningLock(const sptr<IRemoteObject>& remoteObj, in CreateRunningLock()
277 bool RunningLockMgr::ReleaseLock(const sptr<IRemoteObject> remoteObj) in ReleaseLock()
381 void RunningLockMgr::Lock(const sptr<IRemoteObject>& remoteObj, int32_t timeOutMS) in Lock()
435 void RunningLockMgr::UnLock(const sptr<IRemoteObject> remoteObj) in UnLock()
494 bool RunningLockMgr::IsUsed(const sptr<IRemoteObject>& remoteObj) in IsUsed()
544 void RunningLockMgr::NotifyRunningLockChanged(const sptr<IRemoteObject>& remoteObj, in NotifyRunningLockChanged()
625 void RunningLockMgr::LockInnerByProxy(const sptr<IRemoteObject>& remoteObj, in LockInnerByProxy()
638 void RunningLockMgr::UnlockInnerByProxy(const sptr<IRemoteObject>& remoteObj, in UnlockInnerByProxy()
786 uint32_t RunningLockMgr::LockCounter::Increase(const sptr<IRemoteObject>& remoteObj, in Increase()
[all …]
Drunning_lock_proxy.cpp23 void RunningLockProxy::AddRunningLock(pid_t pid, pid_t uid, const sptr<IRemoteObject>& remoteObj) in AddRunningLock()
43 void RunningLockProxy::RemoveRunningLock(pid_t pid, pid_t uid, const sptr<IRemoteObject>& remoteObj) in RemoveRunningLock()
Dpower_mgr_service.cpp673 const sptr<IRemoteObject>& remoteObj, const RunningLockInfo& runningLockInfo) in CreateRunningLock()
694 bool PowerMgrService::ReleaseRunningLock(const sptr<IRemoteObject>& remoteObj) in ReleaseRunningLock()
723 bool PowerMgrService::Lock(const sptr<IRemoteObject>& remoteObj, int32_t timeOutMS) in Lock()
734 bool PowerMgrService::UnLock(const sptr<IRemoteObject>& remoteObj) in UnLock()
754 void PowerMgrService::ForceUnLock(const sptr<IRemoteObject>& remoteObj) in ForceUnLock()
761 bool PowerMgrService::IsUsed(const sptr<IRemoteObject>& remoteObj) in IsUsed()
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
Dstats_service_death_test.cpp49 wptr<IRemoteObject> remoteObj = nullptr; variable
/base/telephony/cellular_call/services/common/src/
Dcellular_call_rdb_helper.cpp38 …sptr<IRemoteObject> remoteObj = saManager->GetSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID… in CreateDataAbilityHelper() local
/base/inputmethod/imf/services/adapter/settings_data_provider/common/src/
Dsettings_data_utils.cpp106 auto remoteObj = GetToken(); in CreateDataShareHelper() local
189 auto remoteObj = samgr->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID); in GetToken() local
/base/web/webview/ohos_adapter/datashare_adapter/src/
Ddatashare_adapter_impl.cpp57 auto remoteObj = sam->GetSystemAbility(OHOS::STORAGE_MANAGER_MANAGER_ID); in OpenDataShareUriForRead() local
/base/security/device_auth/test/fuzztest/devauthcb_fuzzer/
Ddevauthcb_fuzzer.cpp64 StubDevAuthCb *remoteObj = new(std::nothrow) StubDevAuthCb(); in FuzzDoCallback() local
/base/useriam/face_auth/frameworks/ipc/src/
Dface_auth_stub.cpp62 sptr<IRemoteObject> remoteObj = data.ReadRemoteObject(); in FaceAuthSetBufferProducer() local
/base/powermgr/battery_manager/test/unittest/src/
Dbattery_srv_proxy_mock_test.cpp30 sptr<IRemoteObject> remoteObj; variable
/base/powermgr/power_manager/services/zidl/src/
Dpower_mgr_stub.cpp174 sptr<IRemoteObject> remoteObj = data.ReadRemoteObject(); in CreateRunningLockStub() local
185 sptr<IRemoteObject> remoteObj = data.ReadRemoteObject(); in ReleaseRunningLockStub() local
206 sptr<IRemoteObject> remoteObj = data.ReadRemoteObject(); in LockStub() local
216 sptr<IRemoteObject> remoteObj = data.ReadRemoteObject(); in UnLockStub() local
235 sptr<IRemoteObject> remoteObj = data.ReadRemoteObject(); in IsUsedStub() local
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/
Dbundle_manager_adapter.cpp77 …sptr<IRemoteObject> remoteObj = systemAbilityManager->CheckSystemAbility(BUNDLE_MGR_SERVICE_SYS_AB… in Connect() local
/base/powermgr/power_manager/test/unittest/src/servicetest/
Dpowermgr_service_test_proxy.cpp37 PowerErrors PowerMgrServiceTestProxy::CreateRunningLock(const sptr<IRemoteObject>& remoteObj, in CreateRunningLock()
66 bool PowerMgrServiceTestProxy::ReleaseRunningLock(const sptr<IRemoteObject>& remoteObj) in ReleaseRunningLock()
122 bool PowerMgrServiceTestProxy::Lock(const sptr<IRemoteObject>& remoteObj, int32_t timeOutMs) in Lock()
148 bool PowerMgrServiceTestProxy::UnLock(const sptr<IRemoteObject>& remoteObj) in UnLock()
173 bool PowerMgrServiceTestProxy::IsUsed(const sptr<IRemoteObject>& remoteObj) in IsUsed()
/base/telephony/core_service/services/sim/src/
Doperator_config_loader.cpp185 auto remoteObj = saManager->GetSystemAbility(TELEPHONY_CORE_SERVICE_SYS_ABILITY_ID); in CreateOpKeyHelper() local
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_settings_rdb_helper.cpp38 …sptr<IRemoteObject> remoteObj = saManager->GetSystemAbility(TELEPHONY_CELLULAR_DATA_SYS_ABILITY_ID… in CreateDataShareHelper() local

12