Searched refs:act (Results 1 - 8 of 8) sorted by relevance
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_immersive_test.cpp | 107 auto act = testSystemBarChangedListener_->tints_;
in DumpFailedInfo() local 115 for (auto tint : act) {
in DumpFailedInfo() 124 auto act = testSystemBarChangedListener_->tints_;
in DumpFailedInfo() local 128 for (auto tint : act) {
in DumpFailedInfo() 138 auto act = testSystemBarChangedListener_->tints_;
in SystemBarPropsEqualsTo() local 139 if (act.size() != expect.size()) {
in SystemBarPropsEqualsTo() 145 for (auto tint : act) {
in SystemBarPropsEqualsTo() 163 auto act = testSystemBarChangedListener_->tints_;
in SystemBarEnableState() local 165 for (auto tint : act) {
in SystemBarEnableState() 446 auto act in HWTEST_F() local [all...] |
H A D | window_immersive_test2.cpp | 112 auto act = testSystemBarChangedListener_->tints_;
in DumpFailedInfo() local 120 for (auto tint : act) {
in DumpFailedInfo() 129 auto act = testSystemBarChangedListener_->tints_;
in DumpFailedInfo() local 133 for (auto tint : act) {
in DumpFailedInfo() 143 auto act = testSystemBarChangedListener_->tints_;
in SystemBarPropsEqualsTo() local 144 if (act.size() != expect.size()) {
in SystemBarPropsEqualsTo() 150 for (auto tint : act) {
in SystemBarPropsEqualsTo() 168 auto act = testSystemBarChangedListener_->tints_;
in SystemBarEnableState() local 170 for (auto tint : act) {
in SystemBarEnableState()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_state_machine.cpp | 94 void ApStateMachine::BroadCastStationChange(const StationInfo &staInfo, ApStatemachineEvent act) in BroadCastStationChange() argument 97 switch (act) { in BroadCastStationChange() 113 WIFI_LOGW("error BroadCastStation msg %{public}d.", act); in BroadCastStationChange() 179 [this](const StationInfo &staInfo, ApStatemachineEvent act) { this->BroadCastStationChange(staInfo, act); }); in RegisterEventHandler()
|
H A D | ap_state_machine.h | 64 * @param act - action event 67 void BroadCastStationChange(const StationInfo &staInfo, ApStatemachineEvent act);
|
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | tag_host.cpp | 306 std::string act = tagActivatedBytes_[index]; in DoTargetTypeIso144433a() local 308 if (!(act.empty())) { in DoTargetTypeIso144433a() 309 uint32_t sak = (KITS::NfcSdkCommon::GetByteFromHexStr(act, 0) & 0xff); in DoTargetTypeIso144433a() 344 std::string act = tagActivatedBytes_[index]; in DoTargetTypeIso144434() local 352 pacMap.PutStringValue(KITS::TagInfo::HISTORICAL_BYTES, act); in DoTargetTypeIso144434() 353 DebugLog("DoTargetTypeIso144434::HISTORICAL_BYTES: %{public}s", act.c_str()); in DoTargetTypeIso144434() 355 pacMap.PutStringValue(KITS::TagInfo::HILAYER_RESPONSE, act); in DoTargetTypeIso144434() 356 DebugLog("DoTargetTypeIso144434::HILAYER_RESPONSE: %{public}s", act.c_str()); in DoTargetTypeIso144434()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | auto_sync_matrix.cpp | 53 auto act = static_cast<MetaDataManager::Action>(action); in AutoSyncMatrix() local 54 switch (act) { in AutoSyncMatrix()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_stations_manager_test.cpp | 82 void BroadCastStationChangeTest(const StationInfo &staInfo, ApStatemachineEvent act) in BroadCastStationChangeTest() argument
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_inject_test.cpp | 45 void SetKeyEvent(int32_t act, int32_t code, bool pressed, int32_t time); 77 void InputManagerInjectTest::SetKeyEvent(int32_t act, int32_t code, bool pressed, int32_t time) in SetKeyEvent() argument 84 keyEvent->SetKeyAction(act); in SetKeyEvent()
|
Completed in 8 milliseconds