/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_proxy_manager.cpp | 53 bool BluetoothProxyManager::ResetAllProxy() in ResetAllProxy() function in OHOS::Bluetooth::BluetoothProxyManager 63 return proxy->ResetAllProxy(); in ResetAllProxy()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_proxy_manager.h | 32 bool ResetAllProxy();
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_ble_central_manager_proxy.h | 40 bool ResetAllProxy() override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager.h | 61 virtual bool ResetAllProxy() = 0;
|
/ohos5.0/base/time/time_service/interfaces/inner_api/include/ |
H A D | time_service_interface.h | 147 virtual bool ResetAllProxy() = 0;
|
H A D | time_service_client.h | 423 TIME_API bool ResetAllProxy();
|
/ohos5.0/base/time/time_service/services/timer/include/ |
H A D | timer_manager_interface.h | 71 virtual bool ResetAllProxy() = 0;
|
H A D | timer_proxy.h | 49 bool ResetAllProxy(const std::chrono::steady_clock::time_point &now,
|
H A D | timer_manager.h | 61 bool ResetAllProxy() override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_central_manager_server.h | 45 bool ResetAllProxy() override;
|
/ohos5.0/base/time/time_service/services/ipc/proxy/inner_api_include/ |
H A D | time_service_proxy.h | 45 bool ResetAllProxy() override;
|
/ohos5.0/base/time/time_service/test/unittest/service_test/src/ |
H A D | time_client_test.cpp | 726 TimeServiceClient::GetInstance()->ResetAllProxy(); 753 TimeServiceClient::GetInstance()->ResetAllProxy(); 794 TimeServiceClient::GetInstance()->ResetAllProxy(); 859 TimeServiceClient::GetInstance()->ResetAllProxy(); 890 TimeServiceClient::GetInstance()->ResetAllProxy(); 937 TimeServiceClient::GetInstance()->ResetAllProxy();
|
/ohos5.0/base/time/time_service/test/fuzztest/timeservice_fuzzer/timerproxy_fuzzer/ |
H A D | timerproxy_fuzzer.cpp | 73 TimerProxy::GetInstance().ResetAllProxy(now, callback); in FuzzTimerResetProxy()
|
/ohos5.0/base/time/time_service/services/ |
H A D | time_system_ability.h | 72 bool ResetAllProxy() override;
|
H A D | time_system_ability.cpp | 799 bool TimeSystemAbility::ResetAllProxy() in ResetAllProxy() function in OHOS::MiscServices::TimeSystemAbility 810 return timerManager->ResetAllProxy(); in ResetAllProxy()
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | locator_proxy.h | 120 LocationErrCode ResetAllProxy();
|
H A D | locator.h | 113 virtual LocationErrCode ResetAllProxy() = 0;
|
H A D | locator_impl.h | 581 LocationErrCode ResetAllProxy();
|
/ohos5.0/base/time/time_service/interfaces/inner_api/src/ |
H A D | time_service_client.cpp | 745 bool TimeServiceClient::ResetAllProxy() in ResetAllProxy() function in OHOS::MiscServices::TimeServiceClient 756 return proxy->ResetAllProxy(); in ResetAllProxy()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_central_manager_stub.cpp | 207 bool ret = ResetAllProxy(); in ResetAllProxyInner()
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | location_without_permission_test.cpp | 253 EXPECT_EQ(ERRCODE_PERMISSION_DENIED, locatorImpl->ResetAllProxy());
|
/ohos5.0/base/time/time_service/services/ipc/proxy/ |
H A D | time_service_proxy.cpp | 380 bool TimeServiceProxy::ResetAllProxy() in ResetAllProxy() function in OHOS::MiscServices::TimeServiceProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_proxy.cpp | 192 bool BluetoothBleCentralManagerProxy::ResetAllProxy() in ResetAllProxy() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
|
/ohos5.0/base/time/time_service/services/ipc/stub/ |
H A D | time_service_stub.cpp | 401 if (!ResetAllProxy()) { in OnAllProxyReset()
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | locator_ability.h | 191 LocationErrCode ResetAllProxy();
|