Searched refs:switches_ (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_config.cpp | 22 switches_ = std::make_shared<Switch>(); in EventConfig() 65 switches_->emplace(EventCategory::CATEGORY_PAGE, switchVal->GetBool("page", false)); in ParseSwitch() 66 switches_->emplace(EventCategory::CATEGORY_COMPONENT, switchVal->GetBool("component", false)); in ParseSwitch() 67 switches_->emplace(EventCategory::CATEGORY_EXPOSURE, switchVal->GetBool("exposure", false)); in ParseSwitch() 68 switches_->emplace(EventCategory::CATEGORY_PAGE_PARAM, switchVal->GetBool("pageParam", false)); in ParseSwitch() 119 auto iter = switches_->find(category); in IsCategoryEnable() 120 if (iter == switches_->end()) { in IsCategoryEnable()
|
H A D | event_config.h | 75 std::shared_ptr<Switch> switches_; member in OHOS::Ace::Recorder::final
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/checker/ |
H A D | system_checker.cpp | 51 switches_[switches.bundleName] = switches.appId; in SetSwitchesInfo() 88 return switches_.find(info.bundleName) != switches_.end(); in IsSwitches()
|
H A D | bundle_checker.h | 44 std::map<std::string, std::string> switches_; member in OHOS::DistributedData::BundleChecker
|
H A D | system_checker.h | 44 std::map<std::string, std::string> switches_; member in OHOS::DistributedData::SystemChecker
|
H A D | bundle_checker.cpp | 62 switches_[switches.bundleName] = switches.appId; in SetSwitchesInfo()
|
/foundation/multimodalinput/input/tools/vuinput/src/ |
H A D | virtual_pc_switch.cpp | 24 switches_ = { SW_LID }; in VirtualPcSwitch()
|
H A D | virtual_single_finger.cpp | 38 switches_ = { SW_MUTE_DEVICE }; in VirtualSingleFinger()
|
H A D | virtual_finger.cpp | 64 switches_ = { SW_MUTE_DEVICE }; in VirtualFinger()
|
H A D | virtual_device.cpp | 856 return switches_; in GetSwitches()
|
/foundation/multimodalinput/input/tools/vuinput/include/ |
H A D | virtual_device.h | 82 std::vector<uint32_t> switches_; member in OHOS::MMI::VirtualDevice
|
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/ |
H A D | event_recorder_test.cpp | 1114 config->switches_->emplace(Recorder::EventCategory::CATEGORY_COMPONENT, false);
in HWTEST_F()
|
Completed in 7 milliseconds