/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_addon.cpp | 374 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 D | resource_manager_napi_context.cpp | 32 if (functionType == FunctionType::SYNC) { in ContextGetResource()
|
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/test/ |
H A D | delegate_interface_test.cpp | 74 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 D | output_controller_test.cpp | 45 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 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 …ECLARE_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()
|
/ohos5.0/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 …ECLARE_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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
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() 271 if (registerType == RegisterType::SYNC) { in On() 307 if (registerType == RegisterType::SYNC) { in Off()
|
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_ui_extension.h | 41 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 D | dscreen_output_test.cpp | 166 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 D | distributeddata_udmf_ipc_interface_code.h | 30 SYNC, enumerator
|
/ohos5.0/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 | 226 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 D | resource_manager.h | 27 SYNC = 0, enumerator
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/ |
H A D | tone_haptics_attrs.h | 26 SYNC = 1, enumerator
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kv_radar_reporter.h | 59 SYNC = 1, enumerator
|
/ohos5.0/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; variable
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/ |
H A D | common_func.h | 34 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 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()), tr… in CheckIsProcessInDynamicBalance()
|
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/include/ |
H A D | delegate_interface.h | 29 SYNC, enumerator
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/ |
H A D | sync_utils.rs | 40 SYNC; 128 SYNC;
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | napi_async_call.h | 36 #define SYNC &g_sync macro
|