Home
last modified time | relevance | path

Searched refs:SYNC (Results 1 – 25 of 63) sorted by relevance

123

/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_addon.cpp374 return AddonGetResource(env, info, "GetStringSync", FunctionType::SYNC); in GetStringSync()
384 return AddonGetResource(env, info, "GetBoolean", FunctionType::SYNC); in GetBoolean()
389 return AddonGetResource(env, info, "GetNumber", FunctionType::SYNC); in GetNumber()
414 return AddonGetResource(env, info, "GetColorSync", FunctionType::SYNC); in GetColorSync()
424 return AddonGetResource(env, info, "AddResource", FunctionType::SYNC); in AddResource()
429 return AddonGetResource(env, info, "RemoveResource", FunctionType::SYNC); in RemoveResource()
459 return AddonGetResource(env, info, "GetRawFdSync", FunctionType::SYNC); in GetRawFdSync()
464 return AddonGetResource(env, info, "CloseRawFdSync", FunctionType::SYNC); in CloseRawFdSync()
504 return AddonGetResource(env, info, "GetLocales", FunctionType::SYNC); in GetLocales()
509 return AddonGetResource(env, info, "GetSymbol", FunctionType::SYNC); in GetSymbol()
[all …]
H A Dresource_manager_napi_context.cpp32 if (functionType == FunctionType::SYNC) { in ContextGetResource()
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_interface_test.cpp74 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2};
103 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2};
132 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2};
178 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2};
223 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2};
254 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2};
283 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2};
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/output_control_test/
H A Doutput_controller_test.cpp45 controller->mode_.store(OutputController::ControlMode::SYNC);
143 controller->SetControlMode(OutputController::ControlMode::SYNC);
154 controller->SetControlMode(OutputController::ControlMode::SYNC);
195 controller->SetControlMode(OutputController::ControlMode::SYNC);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences_helper.cpp146 DECLARE_NAPI_FUNCTION_WITH_DATA("getPreferencesSync", GetPreferences, SYNC), in InitPreferencesHelper()
148 DECLARE_NAPI_FUNCTION_WITH_DATA("deletePreferencesSync", DeletePreferences, SYNC), in InitPreferencesHelper()
150 …ECLARE_NAPI_FUNCTION_WITH_DATA("removePreferencesFromCacheSync", RemovePreferencesFromCache, SYNC), in InitPreferencesHelper()
H A Dnapi_preferences.cpp76 DECLARE_NAPI_FUNCTION_WITH_DATA("putSync", SetValue, SYNC), in Init()
78 DECLARE_NAPI_FUNCTION_WITH_DATA("getSync", GetValue, SYNC), in Init()
80 DECLARE_NAPI_FUNCTION_WITH_DATA("getAllSync", GetAll, SYNC), in Init()
82 DECLARE_NAPI_FUNCTION_WITH_DATA("deleteSync", Delete, SYNC), in Init()
84 DECLARE_NAPI_FUNCTION_WITH_DATA("clearSync", Clear, SYNC), in Init()
86 DECLARE_NAPI_FUNCTION_WITH_DATA("hasSync", HasKey, SYNC), in Init()
88 DECLARE_NAPI_FUNCTION_WITH_DATA("flushSync", Flush, SYNC), in Init()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences_helper.cpp143 DECLARE_NAPI_FUNCTION_WITH_DATA("getPreferencesSync", GetPreferences, SYNC), in InitPreferencesHelper()
145 DECLARE_NAPI_FUNCTION_WITH_DATA("deletePreferencesSync", DeletePreferences, SYNC), in InitPreferencesHelper()
147 …ECLARE_NAPI_FUNCTION_WITH_DATA("removePreferencesFromCacheSync", RemovePreferencesFromCache, SYNC), in InitPreferencesHelper()
H A Dnapi_preferences.cpp74 DECLARE_NAPI_FUNCTION_WITH_DATA("putSync", SetValue, SYNC), in Init()
76 DECLARE_NAPI_FUNCTION_WITH_DATA("getSync", GetValue, SYNC), in Init()
78 DECLARE_NAPI_FUNCTION_WITH_DATA("getAllSync", GetAll, SYNC), in Init()
80 DECLARE_NAPI_FUNCTION_WITH_DATA("deleteSync", Delete, SYNC), in Init()
82 DECLARE_NAPI_FUNCTION_WITH_DATA("clearSync", Clear, SYNC), in Init()
84 DECLARE_NAPI_FUNCTION_WITH_DATA("hasSync", HasKey, SYNC), in Init()
86 DECLARE_NAPI_FUNCTION_WITH_DATA("flushSync", Flush, SYNC), in Init()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_security_ui_extension.cpp143 if (type == RegisterType::SYNC) { in AddCallbackToList()
165 if (type == RegisterType::SYNC) { in DeleteCallbackFromList()
177 if (type == RegisterType::SYNC) { in DeleteCallbackFromList()
197 if (type == RegisterType::SYNC) { in GetOnFuncList()
215 type = RegisterType::SYNC; in GetRegisterType()
271 if (registerType == RegisterType::SYNC) { in On()
307 if (registerType == RegisterType::SYNC) { in Off()
H A Djs_ui_extension.cpp150 if (type == RegisterType::SYNC) { in AddCallbackToList()
171 if (type == RegisterType::SYNC) { in DeleteCallbackFromList()
183 if (type == RegisterType::SYNC) { in DeleteCallbackFromList()
203 if (type == RegisterType::SYNC) { in GetOnFuncList()
221 type = RegisterType::SYNC; in GetRegisterType()
276 if (registerType == RegisterType::SYNC) { in On()
312 if (registerType == RegisterType::SYNC) { in Off()
H A Djs_ui_extension.h41 SYNC = 0, enumerator
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/dscreen_output_test/
H A Ddscreen_output_test.cpp166 plugin->controller_->SetControlMode(DScreenOutputController::ControlMode::SYNC);
222 plugin->controller_->SetControlMode(OutputController::ControlMode::SYNC);
234 plugin->controller_->SetControlMode(OutputController::ControlMode::SYNC);
262 plugin->controller_->SetControlMode(OutputController::ControlMode::SYNC);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Ddistributeddata_udmf_ipc_interface_code.h30 SYNC, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store_helper.cpp132 DECLARE_NAPI_FUNCTION_WITH_DATA("getRdbStoreSync", GetRdbStore, SYNC), in InitRdbHelper()
134 DECLARE_NAPI_FUNCTION_WITH_DATA("deleteRdbStoreSync", DeleteRdbStore, SYNC), in InitRdbHelper()
H A Dnapi_transaction.cpp226 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("deleteSync", Delete, SYNC)); in AddSyncFunctions()
227 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("updateSync", Update, SYNC)); in AddSyncFunctions()
228 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("insertSync", Insert, SYNC)); in AddSyncFunctions()
229 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("batchInsertSync", BatchInsert, SYNC)); in AddSyncFunctions()
230 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("querySync", Query, SYNC)); in AddSyncFunctions()
231 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("querySqlSync", QuerySql, SYNC)); in AddSyncFunctions()
232 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("executeSync", Execute, SYNC)); in AddSyncFunctions()
/ohos5.0/base/startup/appspawn/test/mock/
H A Dresource_manager.h27 SYNC = 0, enumerator
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dtone_haptics_attrs.h26 SYNC = 1, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkv_radar_reporter.h59 SYNC = 1, enumerator
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dutils.cpp33 flagsABI |= ((flags & USR_SYNC) == USR_SYNC) ? SYNC : 0; in ConvertCjFlags()
H A Dutils.h38 constexpr int SYNC = UV_FS_O_SYNC; variable
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.h34 constexpr int SYNC = 04010000; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/
H A Doutput_controller.cpp51 if (GetControlMode() == ControlMode::SYNC) { in PushData()
278 if (GetControlMode() == ControlMode::SYNC && (!isAFrameNumberExist || !isAPtsExist)) { in CheckSyncInfo()
291 SetControlMode(ControlMode::SYNC); in CheckSyncInfo()
409 …TRUE_RETURN_V_MSG_D((GetControlMode() == ControlMode::SYNC || GetProcessDynamicBalanceState()), tr… in CheckIsProcessInDynamicBalance()
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_interface.h29 SYNC, enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
H A Dsync_utils.rs40 SYNC;
128 SYNC;
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_async_call.h36 #define SYNC &g_sync macro

123