Searched refs:isStart (Results 1 - 8 of 8) sorted by relevance
/base/location/services/location_locator/locator/include/ |
H A D | request_manager.h | 65 bool UpdateUsingPermission(std::shared_ptr<Request> request, const bool isStart); 85 bool UpdateUsingApproximatelyPermission(std::shared_ptr<Request> request, const bool isStart);
|
/base/location/services/location_locator/locator/source/ |
H A D | request_manager.cpp | 84 bool RequestManager::UpdateUsingPermission(std::shared_ptr<Request> request, const bool isStart) in UpdateUsingPermission() argument 93 bool ret = UpdateUsingApproximatelyPermission(request, isStart); in UpdateUsingPermission() 98 bool RequestManager::UpdateUsingApproximatelyPermission(std::shared_ptr<Request> request, const bool isStart) in UpdateUsingApproximatelyPermission() argument 102 if (isStart && !request->GetApproximatelyPermState()) { in UpdateUsingApproximatelyPermission() 116 } else if (!isStart && request->GetApproximatelyPermState()) { in UpdateUsingApproximatelyPermission()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 761 * @param isStart True if is start. 764 virtual void ReportDynamicFrameLossEvent(const ArkWebString& sceneId, bool isStart) = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.h | 563 void ReportDynamicFrameLossEvent(const ArkWebString& sceneId, bool isStart) override;
|
H A D | ark_web_handler_impl.cpp | 873 void ArkWebHandlerImpl::ReportDynamicFrameLossEvent(const ArkWebString& sceneId, bool isStart) in ReportDynamicFrameLossEvent() argument 875 nweb_handler_->ReportDynamicFrameLossEvent(ArkWebStringStructToClass(sceneId), isStart); in ReportDynamicFrameLossEvent() local
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 984 * @param isStart True if is start. 986 virtual void ReportDynamicFrameLossEvent(const std::string& sceneId, bool isStart) {} in ReportDynamicFrameLossEvent() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.h | 600 void ReportDynamicFrameLossEvent(const std::string& sceneId, bool isStart) override;
|
H A D | ark_web_handler_wrapper.cpp | 986 void ArkWebHandlerWrapper::ReportDynamicFrameLossEvent(const std::string& sceneId, bool isStart) in ReportDynamicFrameLossEvent() argument 989 ark_web_handler_->ReportDynamicFrameLossEvent(stSceneId, isStart); in ReportDynamicFrameLossEvent()
|
Completed in 10 milliseconds