/foundation/multimodalinput/input/service/delegate_task/test/ |
H A D | delegate_interface_test.cpp | 74 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 D | distributeddata_udmf_ipc_interface_code.h | 30 SYNC, member in OHOS::UDMF::UdmfServiceInterfaceCode
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences_helper.cpp | 143 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 D | napi_preferences.cpp | 74 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 D | napi_preferences_helper.cpp | 146 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 D | napi_preferences.cpp | 76 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 D | output_controller_test.cpp | 45 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 D | tone_haptics_attrs.h | 26 SYNC = 1, enumerator
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store_helper.cpp | 132 DECLARE_NAPI_FUNCTION_WITH_DATA("getRdbStoreSync", GetRdbStore, SYNC), in InitRdbHelper() 134 DECLARE_NAPI_FUNCTION_WITH_DATA("deleteRdbStoreSync", DeleteRdbStore, SYNC), in InitRdbHelper()
|
H A D | napi_transaction.cpp | 227 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 D | kv_radar_reporter.h | 59 SYNC = 1,
enumerator
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | utils.cpp | 33 flagsABI |= ((flags & USR_SYNC) == USR_SYNC) ? SYNC : 0; in ConvertCjFlags()
|
H A D | utils.h | 38 constexpr int SYNC = UV_FS_O_SYNC; member
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/ |
H A D | common_func.h | 34 constexpr int SYNC = 04010000; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_ui_extension.cpp | 150 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 D | js_security_ui_extension.cpp | 143 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 D | js_ui_extension.h | 41 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 D | dscreen_output_test.cpp | 166 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 D | delegate_interface.h | 29 SYNC,
member in OHOS::MMI::HandlerMode
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | napi_async_call.h | 36 #define SYNC &g_sync macro
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_async_call.h | 39 #define SYNC &g_sync
macro
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/ |
H A D | common_func.h | 39 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 D | output_controller.cpp | 51 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 D | ringtone_player_impl.cpp | 247 case ToneHapticsMode::SYNC: in ConvertToHapticsMode() 266 settings.mode = ToneHapticsMode::SYNC; in GetHapticSettings()
|
/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_interface.cpp | 88 if (summary.mode == HandlerMode::SYNC) {
in OnInputEventHandler()
|