Home
last modified time | relevance | path

Searched defs:triggerType (Results 1 – 20 of 20) sorted by relevance

/foundation/multimodalinput/input/etc/
Dexceptional_system_keys_config.json7 "triggerType": "up" string
13 "triggerType": "down" string
19 "triggerType": "up" string
25 "triggerType": "down" string
31 "triggerType": "down" string
37 "triggerType": "down" string
43 "triggerType": "down" string
49 "triggerType": "up" string
55 "triggerType": "down" string
61 "triggerType": "up" string
[all …]
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/
Ddata_sync_manager_impl.cpp24 SyncTriggerType triggerType, in TriggerStartSync()
/foundation/multimodalinput/input/service/subscriber/include/
Dkey_shortcut_manager.h54 ShortcutTriggerType triggerType; member
101 ShortcutTriggerType triggerType; member
110 ShortcutTriggerType triggerType; member
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
Dsync_state_manager_mock.cpp29 bool SyncStateManager::CheckAndSetPending(bool forceFlag, SyncTriggerType triggerType) in CheckAndSetPending()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleagingmgr_fuzzer/
Dbundleagingmgr_fuzzer.cpp30 …BundleAgingMgr::AgingTriggertype triggerType = reinterpret_cast<uintptr_t>(data) % OHOS::BASE_SIZE… in DoSomethingInterestingWithMyAPI() local
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
Ddata_sync_manager.cpp25 SyncTriggerType triggerType, in TriggerStartSync()
34 SyncTriggerType triggerType) in TriggerStopSync()
42 SyncTriggerType triggerType) in StopSyncSynced()
57 int32_t DataSyncManager::TriggerRecoverySync(SyncTriggerType triggerType) in TriggerRecoverySync()
/foundation/filemanagement/dfs_service/test/unittests/cloud_file_kit_inner/data_sync/
Dsync_state_manager_test.cpp464 SyncTriggerType triggerType = SyncTriggerType::SYSTEM_LOAD_TRIGGER; variable
482 SyncTriggerType triggerType = SyncTriggerType::POWER_CONNECT_TRIGGER; variable
500 SyncTriggerType triggerType = SyncTriggerType::SCREEN_OFF_TRIGGER; variable
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
Dsoftbus_conn_common_test.cpp151 int32_t triggerType; variable
176 int32_t triggerType; variable
197 int32_t triggerType; variable
241 int32_t triggerType; variable
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/data_sync/
Dsync_state_manager.cpp34 bool SyncStateManager::CheckAndSetPending(bool forceFlag, SyncTriggerType triggerType) in CheckAndSetPending()
/foundation/multimodalinput/input/service/key_command/test/
Dkey_command_handler_util_test.cpp422 int32_t triggerType = 1; variable
436 int32_t triggerType = 1; variable
452 int32_t triggerType = 1; variable
468 int32_t triggerType = 1; variable
485 int32_t triggerType = 1; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_log_table_manager.cpp224 int CheckTriggerExist(sqlite3 *db, const TableInfo &table, const std::string &triggerType, bool &ex… in CheckTriggerExist()
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/
Denhancement_service_adapter.cpp518 int32_t triggerType = GetInt(bundle, MediaEnhance_Bundle_Key::TRIGGER_TYPE); in AddTask() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_relational_tracker_table_test.cpp2514 for (const auto &triggerType : triggerTypes) { variable
2527 for (const auto &triggerType : triggerTypes) { variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_rdb_collaboration_test.cpp481 for (const auto &triggerType : triggerTypes) { variable
492 for (const auto &triggerType : triggerTypes) { variable
/foundation/multimodalinput/input/service/key_command/src/
Dkey_command_handler_util.cpp84 bool GetTrigger(const cJSON* jsonData, int32_t &triggerType) in GetTrigger()
/foundation/CastEngine/castengine_cast_framework/common/include/private/
Dradar_constants.h51 int32_t triggerType; member
/foundation/CastEngine/castengine_cast_framework/common/src/
Dcast_engine_common_helper.cpp364 auto triggerType = parcel.ReadInt32(); in ReadCastLocalDevice() local
/foundation/multimodalinput/input/service/subscriber/src/
Dkey_shortcut_manager.cpp363 char *triggerType = cJSON_GetStringValue(jsonTriggerType); in ReadExceptionalSystemKey() local
/foundation/multimodalinput/input/service/subscriber/test/src/
Dkey_shortcut_manager_test.cpp1964 KeyShortcutManager::ShortcutTriggerType triggerType { variable
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
Dcast_engine_common.h357 TriggerType triggerType; member