Home
last modified time | relevance | path

Searched defs:tempCallback (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_proxy_writeremoteobject_test.cpp49 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); variable
118 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); variable
H A Dthermal_mock_proxy_remote_test.cpp51 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); variable
114 sptr<IThermalTempCallback> tempCallback; variable
H A Dthermal_mock_proxy_sendrequest_test.cpp57 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); variable
H A Dthermal_mock_proxy_writevector_test.cpp57 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); variable
H A Dthermal_mock_proxy_test.cpp77 sptr<IThermalTempCallback> tempCallback; variable
H A Dthermal_mock_proxy_writeinterfacetoken_test.cpp47 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); variable
H A Dthermal_client_test.cpp94 sptr<IThermalTempCallback> tempCallback = nullptr; variable
H A Dthermal_observer_test.cpp105 sptr<IThermalTempCallback> tempCallback; variable
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_factoryreset_callback.cpp93 [callback](const sptr<INetFactoryResetCallback> &tempCallback) -> bool { in UnregisterNetFactoryResetCallback()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_service_test.cpp1144 auto *tempCallback = static_cast<MockUserAuthCallback *>(testCallback.GetRefPtr()); variable
1174 auto *tempCallback = static_cast<MockUserAuthCallback *>(testCallback.GetRefPtr()); variable
1201 auto *tempCallback = static_cast<MockUserAuthCallback *>(testCallback.GetRefPtr()); variable
1243 auto *tempCallback = static_cast<MockUserAuthCallback *>(testCallback.GetRefPtr()); variable
1294 auto *tempCallback = static_cast<MockUserAuthCallback *>(testCallback.GetRefPtr()); variable
1346 auto *tempCallback = static_cast<MockUserAuthCallback *>(testCallback.GetRefPtr()); variable
1397 auto *tempCallback = static_cast<MockUserAuthCallback *>(testCallback.GetRefPtr()); variable
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_callback.cpp97 …callbacks_.begin(), callbacks_.end(), [callback](const sptr<INetPolicyCallback> &tempCallback) -> … in UnregisterNetPolicyCallback()