Home
last modified time | relevance | path

Searched refs:switches_ (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_config.cpp22 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 Devent_config.h75 std::shared_ptr<Switch> switches_; member in OHOS::Ace::Recorder::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/checker/
H A Dsystem_checker.cpp51 switches_[switches.bundleName] = switches.appId; in SetSwitchesInfo()
88 return switches_.find(info.bundleName) != switches_.end(); in IsSwitches()
H A Dbundle_checker.h44 std::map<std::string, std::string> switches_; member in OHOS::DistributedData::BundleChecker
H A Dsystem_checker.h44 std::map<std::string, std::string> switches_; member in OHOS::DistributedData::SystemChecker
H A Dbundle_checker.cpp62 switches_[switches.bundleName] = switches.appId; in SetSwitchesInfo()
/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_pc_switch.cpp24 switches_ = { SW_LID }; in VirtualPcSwitch()
H A Dvirtual_single_finger.cpp38 switches_ = { SW_MUTE_DEVICE }; in VirtualSingleFinger()
H A Dvirtual_finger.cpp64 switches_ = { SW_MUTE_DEVICE }; in VirtualFinger()
H A Dvirtual_device.cpp856 return switches_; in GetSwitches()
/foundation/multimodalinput/input/tools/vuinput/include/
H A Dvirtual_device.h82 std::vector<uint32_t> switches_; member in OHOS::MMI::VirtualDevice
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp1114 config->switches_->emplace(Recorder::EventCategory::CATEGORY_COMPONENT, false); in HWTEST_F()

Completed in 7 milliseconds