Home
last modified time | relevance | path

Searched refs:isSync (Results 1 - 25 of 72) sorted by relevance

123

/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()
/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()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_client.cpp73 int32_t ResSchedExeClient::SendRequestInner(bool isSync, uint32_t resType, int64_t value, in SendRequestInner() argument
88 if (isSync) { in SendRequestInner()
96 void ResSchedExeClient::SendDebugCommand(bool isSync) in SendDebugCommand() argument
99 SendRequestInner(isSync, ResExeType::RES_TYPE_DEBUG, 0, tempJson, tempJson); in SendDebugCommand()
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_environment_callback.h36 std::function<void(int32_t)> memCallback, bool isSync);
37 bool UnRegister(int32_t callbackId, bool isSync = false);
H A Dcj_environment_callback.cpp155 std::function<void(int32_t)> memCallback, bool isSync) in Register()
163 if (isSync) { in Register()
172 bool CjEnvironmentCallback::UnRegister(int32_t callbackId, bool isSync) in UnRegister() argument
175 if (isSync) { in UnRegister()
154 Register(std::function<void(CConfiguration)> cfgCallback, std::function<void(int32_t)> memCallback, bool isSync) Register() argument
H A Dcj_application_context.h70 void (*memCallback)(int32_t), bool isSync, int32_t *errCode);
71 int32_t OnOnAbilityLifecycle(CArrI64 cFuncIds, bool isSync, int32_t *errCode);
H A Dcj_ability_lifecycle_callback.h56 int32_t Register(CArrI64 cFuncIds, bool isSync = false);
57 bool UnRegister(int32_t callbackId, bool isSync = false);
H A Dcj_application_context.cpp427 void (*memCallback)(int32_t), bool isSync, int32_t *errCode) in OnOnEnvironment()
437 return envCallback_->Register(CJLambda::Create(cfgCallback), CJLambda::Create(memCallback), isSync); in OnOnEnvironment()
440 int32_t callbackId = envCallback_->Register(CJLambda::Create(cfgCallback), CJLambda::Create(memCallback), isSync); in OnOnEnvironment()
446 int32_t CJApplicationContext::OnOnAbilityLifecycle(CArrI64 cFuncIds, bool isSync, int32_t *errCode) in OnOnAbilityLifecycle() argument
456 return callback_->Register(cFuncIds, isSync); in OnOnAbilityLifecycle()
459 int32_t callbackId = callback_->Register(cFuncIds, isSync); in OnOnAbilityLifecycle()
426 OnOnEnvironment(void (*cfgCallback)(CConfiguration), void (*memCallback)(int32_t), bool isSync, int32_t *errCode) OnOnEnvironment() argument
H A Dcj_ability_lifecycle_callback.cpp43 int32_t CjAbilityLifecycleCallback::Register(CArrI64 cFuncIds, bool isSync) in Register() argument
51 if (isSync) { in Register()
82 bool CjAbilityLifecycleCallback::UnRegister(int32_t callbackId, bool isSync) in UnRegister() argument
85 if (isSync) { in UnRegister()
/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/
H A Djs_error_observer.cpp77 void JsErrorObserver::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 = false);
34 bool RemoveJsObserverObject(const int32_t observerId, bool isSync = false);
/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);
H A Dability_lifecycle_callback.h259 int32_t Register(napi_value jsCallback, bool isSync = false);
260 bool UnRegister(int32_t callbackId, bool isSync = false);
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/
H A Dres_sched_exe_client.h76 * @param isSync is request sync
78 void SendDebugCommand(bool isSync);
98 int32_t SendRequestInner(bool isSync, uint32_t resType, int64_t value,
/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()
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Djs_mission_listener.cpp61 void JsMissionListener::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);
/foundation/multimedia/ringtone_library/services/ringtone_scanner/include/
H A Dringtone_scanner_manager.h31 EXPORT void Start(bool isSync = true);
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server_handler.h167 uint64_t sessionId, bool isSync, int32_t &error);
168 bool SendCapturerRemovedEvent(uint64_t sessionId, bool isSync);
169 bool SendWakeupCloseEvent(bool isSync);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h211 bool isSync = false; member
298 bool isSync = false; member
322 bool isSync = false; member
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service.cpp238 // hidumper -s said 'sendDebugToExecutor [isSync times]' isSync - 0/1(default 0), times - 1~...(default 1) in DumpExecutorDebugCommand()
240 bool isSync = true; in DumpExecutorDebugCommand() local
247 isSync = atoi(args[DUMP_PARAM_INDEX].c_str()) == 0; in DumpExecutorDebugCommand()
251 ResSchedExeClient::GetInstance().SendDebugCommand(isSync); in DumpExecutorDebugCommand()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service_stub.cpp118 bool isSync = IsTypeSync(resType); in ReportRequestInner() local
129 if (isSync) { in ReportRequestInner()
/foundation/barrierfree/accessibility/services/test/mock/powermanager/src/
H A Dmock_power_mgr_client.cpp89 bool PowerMgrClient::RegisterPowerStateCallback(const sptr<IPowerStateCallback>& callback, bool isSync) in RegisterPowerStateCallback() argument
/foundation/multimedia/audio_framework/frameworks/native/audioadapter/include/
H A Daudio_service_adapter.h161 virtual bool SetSinkMute(const std::string &sinkName, bool isMute, bool isSync = false) = 0;

Completed in 15 milliseconds

123