/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touchpad_transform_processor_test.cpp | 308 std::string key = "testKey"; in HWTEST_F() local 325 std::string key = "testKey"; in HWTEST_F() local 342 std::string key = "testKey"; in HWTEST_F() local 358 std::string key = "testKey"; in HWTEST_F() local
|
/foundation/multimodalinput/input/test/facility/libinput_interface/include/ |
H A D | libinput_interface.h | 50 uint32_t key; member
|
/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | input_parse.cpp | 44 void GetJsonData(cJSON *json, const std::string &key, std::string &val) in GetJsonData() argument 60 void GetJsonData(cJSON *json, const std::string &key, T &val) in GetJsonData() argument 75 void GetJsonData(cJSON *json, const std::string& key, std::vector<int32_t>& vals) in GetJsonData() argument [all...] |
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | client_msg_handler.cpp | 126 auto key = KeyEvent::Create(); in OnKeyEvent() local [all...] |
H A D | bytrace_adapter.cpp | 121 void BytraceAdapter::StartBytrace(std::shared_ptr<KeyEvent> key, HandlerType handlerType) in StartBytrace() argument
|
/foundation/multimodalinput/input/service/event_dispatch/test/ |
H A D | event_dispatch_test.cpp | 97 std::shared_ptr<KeyEvent> key = KeyEvent::Create(); in HWTEST_F() local [all...] |
/foundation/multimodalinput/input/service/event_dispatch/src/ |
H A D | event_dispatch_handler.cpp | 352 int32_t EventDispatchHandler::DispatchKeyEventPid(UDSServer& udsServer, std::shared_ptr<KeyEvent> key) in DispatchKeyEventPid() argument 372 int32_t EventDispatchHandler::DispatchKeyEvent(int32_t fd, UDSServer& udsServer, std::shared_ptr<KeyEvent> key) in DispatchKeyEvent() argument [all...] |
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | setting_datashare.cpp | 66 ErrCode SettingDataShare::GetIntValue(const std::string& key, int32_t& value, const std::string &strUri) in GetIntValue() argument 78 ErrCode SettingDataShare::GetLongValue(const std::string& key, int64_t& value, const std::string &strUri) in GetLongValue() argument 94 ErrCode SettingDataShare::GetBoolValue(const std::string& key, bool& value, const std::string &strUri) in GetBoolValue() argument 110 PutIntValue( const std::string& key, int32_t value, bool needNotify, const std::string &strUri) PutIntValue() argument 116 PutLongValue( const std::string& key, int64_t value, bool needNotify, const std::string &strUri) PutLongValue() argument 122 PutBoolValue( const std::string& key, bool value, bool needNotify, const std::string &strUri) PutBoolValue() argument 129 IsValidKey(const std::string& key, const std::string &strUri) IsValidKey() argument 136 CreateObserver(const std::string& key, SettingObserver::UpdateFunc& func) CreateObserver() argument 194 GetStringValue(const std::string& key, std::string& value, const std::string &strUri) GetStringValue() argument 234 PutStringValue( const std::string& key, const std::string& value, bool needNotify, const std::string &strUri) PutStringValue() argument 293 AssembleUri(const std::string& key, const std::string &strUri) AssembleUri() argument [all...] |
/foundation/multimedia/player_framework/services/utils/ |
H A D | media_utils.cpp | 251 bool __attribute__((visibility("default"))) GetPackageName(const char *key, std::string &value) in GetPackageName() argument
|
/foundation/multimodalinput/input/service/fingerprint_event_processor/src/ |
H A D | fingerprint_event_processor.cpp | 78 auto key = libinput_event_keyboard_get_key(keyBoard); in IsFingerprintEvent() local 255 auto key = libinput_event_keyboard_get_key(keyEvent); AnalyseKeyEvent() local [all...] |
/foundation/resourceschedule/background_task_mgr/frameworks/src/ |
H A D | background_task_mgr_proxy.cpp | 467 ErrCode BackgroundTaskMgrProxy::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std::string &key) in StopContinuousTask() argument
|
H A D | background_task_manager.cpp | 255 ErrCode BackgroundTaskManager::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std::string &key) in StopContinuousTask() argument
|
H A D | background_task_mgr_stub.cpp | 444 std::string key = data.ReadString(); in HandleStopContinuousTask() local
|
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | decision_maker.cpp | 120 auto key = std::make_shared<KeyInfo>(appStateData.bundleName, appStateData.uid); in OnForegroundApplicationChanged() local 182 ErrCode DecisionMaker::Decide(const std::shared_ptr<KeyInfo>& key, const std::shared_ptr<DelaySuspendInfoEx>& delayInfo) in Decide() argument 160 CheckQuotaTime(const std::shared_ptr<PkgDelaySuspendInfo>& pkgInfo, const std::string &name, int32_t uid, const std::shared_ptr<KeyInfo>& key, bool &needSetTime) CheckQuotaTime() argument 234 auto key = std::make_shared<KeyInfo>(name, uid); PauseTransientTaskTimeForInner() local 253 auto key = std::make_shared<KeyInfo>(name, uid); StartTransientTaskTimeForInner() local 274 RemoveRequest(const std::shared_ptr<KeyInfo>& key, const int32_t requestId) RemoveRequest() argument 302 GetRemainingDelayTime(const std::shared_ptr<KeyInfo>& key, const int32_t requestId) GetRemainingDelayTime() argument 318 GetQuota(const std::shared_ptr<KeyInfo>& key) GetQuota() argument 439 auto key = std::make_shared<KeyInfo>(fgApp.bundleName, fgApp.uid); HandleScreenOn() local [all...] |
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | blockaware.h | 226 static inline int BlockawareLoadSnapshot(unsigned long key, struct BlockawareDomainInfoArea *infoArea) in BlockawareLoadSnapshot() argument
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | res_sched_service_mock_test.cpp | 39 T GetIntParameter(const std::string& key, T def) in GetIntParameter() argument
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/ |
H A D | expire_lru_cache.h | 41 void Add(const TKey& key, const TValue& val) in Add() argument 48 std::shared_ptr<TValue> Get(const TKey& key) in Get() argument 54 void Remove(const TKey& key) in Remove() argument 102 void DoAdd(const TKey& key, const TValue& value) in DoAdd() argument 140 DoGet(const TKey& key) DoGet() argument 162 DoRemove(const TKey& key) DoRemove() argument [all...] |
/foundation/resourceschedule/device_standby/plugins/strategy/src/ |
H A D | running_lock_strategy.cpp | 193 std::string key = std::to_string(info.uid) + "_" + info.name; in GetAllAppInfos() local 218 std::string key = std::to_string(info.uid_) + "_" + uidBundleNmeMap_[info.uid_]; in GetAllRunningAppInfo() local 247 std::string key = std::to_string(task->GetUid()) + "_" + task->GetBundleName(); in GetWorkSchedulerTask() local 265 std::string key = std::to_string(appInfo.uid) + "_" + appInfo.bundleName; in GetForegroundApplications() local 296 std::string key = std::to_string(task->GetCreatorUid()) + "_" + iter->second; GetBackgroundTaskApp() local 305 std::string key = std::to_string(task->GetUid()) + "_" + task->GetPackageName(); GetBackgroundTaskApp() local 572 auto key = std::to_string(uid) + "_" + bundleName; HandleProcessStatusChanged() local [all...] |
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/ |
H A D | intellisense_server.cpp | 345 std::string key = std::to_string(currentRenderType) + " " + std::to_string(currentFps); in SetPara() local
|
H A D | para_config.cpp | 160 std::string key = key1 + " " + key2; in ReadFrameConfig() local
|
/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | main.cpp | 208 int key = atoi(malloptItem[0].c_str()); in InitMallopt() local
|
/foundation/systemabilitymgr/samgr/services/common/test/unittest/ |
H A D | parse_util_test.cpp | 629 std::string key; in HWTEST_F() local 655 std::string key = "conditions"; in HWTEST_F() local 701 std::string key = "conditions"; in HWTEST_F() local 727 std::string key = "conditions"; in HWTEST_F() local 745 std::string key; in HWTEST_F() local 768 std::string key = "extra-messages"; HWTEST_F() local 788 std::string key = "extra-messages"; HWTEST_F() local [all...] |
/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/ |
H A D | purgeable_mem_utils.cpp | 207 std::string key = words[ASHM_ID_INDEX] + std::string(" ") + words[ASHM_TIME_INDEX];
in GetashmIdToInfoMap() local
|
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
H A D | local_ability_manager_test.cpp | 426 std::pair<int32_t, int32_t> key = std::make_pair(SAID, MUT_SAID);
in HWTEST_F() local 502 std::pair<int32_t, int32_t> key = std::make_pair(SAID, MUT_SAID);
in HWTEST_F() local
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | default_client.c | 34 SaName key;
member
|