Home
last modified time | relevance | path

Searched refs:isSync (Results 1 – 25 of 104) sorted by relevance

12345

/ohos5.0/base/print/print_fwk/frameworks/kits/extension/src/
H A Djs_print_callback.cpp73 napi_value const *argv, size_t argc, bool isSync) in BuildJsWorker() argument
103 jsParam_.isSync = isSync; in BuildJsWorker()
110 napi_value jsObj, const std::string &name, napi_value const *argv, size_t argc, bool isSync) in Exec() argument
119 uv_work_t *worker = BuildJsWorker(jsObj, name, argv, argc, isSync); in Exec()
130 if (isSync) { in Exec()
161 if (jsWorkParam->isSync) { in UvQueueWork()
/ohos5.0/base/print/print_fwk/frameworks/kits/extension/include/
H A Djs_print_callback.h35 bool isSync = true);
40 napi_value const *argv, size_t argc, bool isSync);
52 bool isSync; member
63 isSync = false; in JsWorkParam()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/include/
H A Dnetwork_manager_proxy.h35 bool isSync = false);
37 std::string &info, bool isSync = false);
39 bool isDisabled, bool isSync = false);
41 bool &status, bool isSync = false);
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/wifi_manager/src/
H A Dwifi_manager_proxy.cpp45 …2_t WifiManagerProxy::IsWifiActive(const AppExecFwk::ElementName &admin, bool &result, bool isSync) in IsWifiActive() argument
53 …data.WriteString(isSync ? EdmConstants::PERMISSION_TAG_VERSION_12 : EdmConstants::PERMISSION_TAG_V… in IsWifiActive()
68 WifiPassword &pwd, bool isSync) in SetWifiProfile() argument
77 …data.WriteString(isSync ? EdmConstants::PERMISSION_TAG_VERSION_12 : EdmConstants::PERMISSION_TAG_V… in SetWifiProfile()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/include/
H A Dapplication_manager_proxy.h26 int32_t userId, bool isSync = false);
28 int32_t userId, bool isSync = false);
30 std::vector<std::string> &bundles, bool isSync = false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_controller_v2.h82 void ExitFullscreen(bool isSync) in ExitFullscreen() argument
85 exitFullscreenImpl_(isSync); in ExitFullscreen()
180 void ExitFullscreen(bool isSync) in ExitFullscreen() argument
183 item->ExitFullscreen(isSync); in ExitFullscreen()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_client.cpp69 int32_t ResSchedExeClient::SendRequestInner(bool isSync, uint32_t resType, int64_t value, in SendRequestInner() argument
80 if (isSync) { in SendRequestInner()
88 void ResSchedExeClient::SendDebugCommand(bool isSync) in SendDebugCommand() argument
91 SendRequestInner(isSync, ResExeType::RES_TYPE_DEBUG, 0, tempJson, tempJson); in SendDebugCommand()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/src/
H A Dapplication_manager_proxy.cpp41 std::vector<std::string> &bundles, int32_t userId, bool isSync) in AddDisallowedRunningBundles() argument
52 …data.WriteString(isSync ? EdmConstants::PERMISSION_TAG_VERSION_12 : EdmConstants::PERMISSION_TAG_V… in AddDisallowedRunningBundles()
58 std::vector<std::string> &bundles, int32_t userId, bool isSync) in RemoveDisallowedRunningBundles() argument
69 …data.WriteString(isSync ? EdmConstants::PERMISSION_TAG_VERSION_12 : EdmConstants::PERMISSION_TAG_V… in RemoveDisallowedRunningBundles()
75 std::vector<std::string> &bundles, bool isSync) in GetDisallowedRunningBundles() argument
84 …data.WriteString(isSync ? EdmConstants::PERMISSION_TAG_VERSION_12 : EdmConstants::PERMISSION_TAG_V… in GetDisallowedRunningBundles()
/ohos5.0/base/security/security_guard/interfaces/inner_api/collect/src/
H A Dsg_collect_client.cpp27 int32_t ReportSecurityEvent(const std::shared_ptr<EventInfo> &info, bool isSync) in ReportSecurityEvent() argument
41 int32_t ret = proxy->RequestDataSubmit(eventId, version, date, content, isSync); in ReportSecurityEvent()
123 static int32_t ReportSecurityInfoImpl(const struct EventInfoSt *info, bool isSync) in ReportSecurityInfoImpl() argument
138 if (isSync) { in ReportSecurityInfoImpl()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H A Dringtone_scanner_manager.cpp137 void RingtoneScannerManager::Start(bool isSync) in Start() argument
139 if (isSync) { in Start()
140 RINGTONE_DEBUG_LOG("scan start, isSync = %{public}d", isSync); in Start()
145 RINGTONE_DEBUG_LOG("scan start, isSync = %{public}d", isSync); in Start()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/
H A Djs_error_observer.cpp77 …orObserver::AddJsObserverObject(const int32_t observerId, napi_value jsObserverObject, bool isSync) in AddJsObserverObject() argument
81 if (isSync) { in AddJsObserverObject()
90 bool JsErrorObserver::RemoveJsObserverObject(const int32_t observerId, bool isSync) in RemoveJsObserverObject() argument
93 if (isSync) { in RemoveJsObserverObject()
H A Djs_error_observer.h33 …void AddJsObserverObject(const int32_t observerId, napi_value jsObserverObject, bool isSync = fals…
34 bool RemoveJsObserverObject(const int32_t observerId, bool isSync = false);
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/src/
H A Dnetwork_manager_proxy.cpp49 std::vector<std::string> &networkInterface, bool isSync) in GetAllNetworkInterfaces() argument
58 …data.WriteString(isSync ? EdmConstants::PERMISSION_TAG_VERSION_12 : EdmConstants::PERMISSION_TAG_V… in GetAllNetworkInterfaces()
82 const std::string &networkInterface, int policyCode, std::string &info, bool isSync) in GetIpOrMacAddress() argument
91 …data.WriteString(isSync ? EdmConstants::PERMISSION_TAG_VERSION_12 : EdmConstants::PERMISSION_TAG_V… in GetIpOrMacAddress()
111 const std::string &networkInterface, bool isDisabled, bool isSync) in SetNetworkInterfaceDisabled() argument
122 …data.WriteString(isSync ? EdmConstants::PERMISSION_TAG_VERSION_12 : EdmConstants::PERMISSION_TAG_V… in SetNetworkInterfaceDisabled()
135 const std::string &networkInterface, bool &status, bool isSync) in IsNetworkInterfaceDisabled() argument
144 …data.WriteString(isSync ? EdmConstants::PERMISSION_TAG_VERSION_12 : EdmConstants::PERMISSION_TAG_V… in IsNetworkInterfaceDisabled()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Denvironment_callback.cpp127 int32_t JsEnvironmentCallback::Register(napi_value jsCallback, bool isSync) in Register() argument
140 if (isSync) { in Register()
148 bool JsEnvironmentCallback::UnRegister(int32_t callbackId, bool isSync) in UnRegister() argument
151 if (isSync) { in UnRegister()
H A Dability_lifecycle_callback.cpp178 int32_t JsAbilityLifecycleCallback::Register(napi_value jsCallback, bool isSync) in Register() argument
192 if (isSync) { in Register()
200 bool JsAbilityLifecycleCallback::UnRegister(int32_t callbackId, bool isSync) in UnRegister() argument
203 if (isSync) { in UnRegister()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/wifi_manager/include/
H A Dwifi_manager_proxy.h32 int32_t IsWifiActive(const AppExecFwk::ElementName &admin, bool &result, bool isSync = false);
35 WifiPassword &pwd, bool isSync = false);
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Djs_mission_listener.cpp61 …sMissionListener::AddJsListenerObject(int32_t listenerId, napi_value jsListenerObject, bool isSync) in AddJsListenerObject() argument
64 if (isSync) { in AddJsListenerObject()
75 bool JsMissionListener::RemoveJsListenerObject(int32_t listenerId, bool isSync) in RemoveJsListenerObject() argument
78 if (isSync) { in RemoveJsListenerObject()
H A Djs_mission_listener.h41 void AddJsListenerObject(int32_t listenerId, napi_value jsListenerObject, bool isSync = false);
42 bool RemoveJsListenerObject(int32_t listenerId, bool isSync = false);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/
H A Dres_sched_exe_client.h78 void SendDebugCommand(bool isSync);
99 int32_t SendRequestInner(bool isSync, uint32_t resType, int64_t value,
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Denvironment_callback.h62 int32_t Register(napi_value jsCallback, bool isSync = false);
63 bool UnRegister(int32_t callbackId, bool isSync = false);
/ohos5.0/base/security/security_guard/interfaces/inner_api/data_collect_manager/src/
H A Ddata_collect_manager_proxy.cpp28 std::string &time, std::string &content, bool isSync) in RequestDataSubmit() argument
42 MessageOption option = { isSync ? MessageOption::TF_SYNC : MessageOption::TF_ASYNC }; in RequestDataSubmit()
53 if (isSync) { in RequestDataSubmit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_virtual_screen_processor_test.cpp156 ASSERT_FALSE(config.isSync);
173 ASSERT_FALSE(config.isSync);
H A Drs_uni_ui_capture_test.cpp73 ASSERT_FALSE(captureConfig.isSync);
167 ASSERT_FALSE(captureConfig.isSync);
223 ASSERT_FALSE(captureConfig.isSync);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h219 bool isSync = false; member
303 bool isSync = false; member
329 bool isSync = false; member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server_handler.h168 uint64_t sessionId, bool isSync, int32_t &error);
169 bool SendCapturerRemovedEvent(uint64_t sessionId, bool isSync);
170 bool SendWakeupCloseEvent(bool isSync);

12345