Home
last modified time | relevance | path

Searched refs:SYNC (Results 1 - 25 of 43) sorted by relevance

12

/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_interface_test.cpp74 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2}; in HWTEST_F()
103 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2}; in HWTEST_F()
132 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2}; in HWTEST_F()
178 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2}; in HWTEST_F()
223 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2}; in HWTEST_F()
254 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2}; in HWTEST_F()
283 DelegateInterface::HandlerSummary handler1 = {"handler1", 0x1, HandlerMode::SYNC, 1, 2}; in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Ddistributeddata_udmf_ipc_interface_code.h30 SYNC, member in OHOS::UDMF::UdmfServiceInterfaceCode
/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 DECLARE_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()
/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 DECLARE_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()
/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); in HWTEST_F()
143 controller->SetControlMode(OutputController::ControlMode::SYNC); in HWTEST_F()
154 controller->SetControlMode(OutputController::ControlMode::SYNC); in HWTEST_F()
195 controller->SetControlMode(OutputController::ControlMode::SYNC); in HWTEST_F()
/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dtone_haptics_attrs.h26 SYNC = 1, enumerator
/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.cpp227 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("deleteSync", Delete, SYNC)); in AddSyncFunctions()
228 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("updateSync", Update, SYNC)); in AddSyncFunctions()
229 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("insertSync", Insert, SYNC)); in AddSyncFunctions()
230 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("batchInsertSync", BatchInsert, SYNC)); in AddSyncFunctions()
231 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("querySync", Query, SYNC)); in AddSyncFunctions()
232 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("querySqlSync", QuerySql, SYNC)); in AddSyncFunctions()
233 properties.push_back(DECLARE_NAPI_FUNCTION_WITH_DATA("executeSync", Execute, SYNC)); in AddSyncFunctions()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkv_radar_reporter.h59 SYNC = 1, enumerator
/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; member
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.h34 constexpr int SYNC = 04010000; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
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_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()
285 if (registerType == RegisterType::SYNC) { in On()
321 if (registerType == RegisterType::SYNC) { in Off()
H A Djs_ui_extension.h41 SYNC = 0, member in OHOS::Ace::Framework::RegisterType
/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); in HWTEST_F()
222 plugin->controller_->SetControlMode(OutputController::ControlMode::SYNC); in HWTEST_F()
234 plugin->controller_->SetControlMode(OutputController::ControlMode::SYNC); in HWTEST_F()
262 plugin->controller_->SetControlMode(OutputController::ControlMode::SYNC); in HWTEST_F()
/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_interface.h29 SYNC, member in OHOS::MMI::HandlerMode
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_async_call.h36 #define SYNC &g_sync macro
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h39 #define SYNC &g_sync macro
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dcommon_func.h39 constexpr int SYNC = UV_FS_O_SYNC; member
/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()), true, in CheckIsProcessInDynamicBalance()
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/
H A Dringtone_player_impl.cpp247 case ToneHapticsMode::SYNC: in ConvertToHapticsMode()
266 settings.mode = ToneHapticsMode::SYNC; in GetHapticSettings()
/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp88 if (summary.mode == HandlerMode::SYNC) { in OnInputEventHandler()

Completed in 16 milliseconds

12