Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/foundation/aafwk/standard/frameworks/kits/ability/native/test/unittest/
Dability_lifecycle_executor_test.cpp64 AbilityLifecycleExecutor::LifecycleState state = variable
83 AbilityLifecycleExecutor::LifecycleState state = variable
102 AbilityLifecycleExecutor::LifecycleState state = variable
121 AbilityLifecycleExecutor::LifecycleState state = variable
140 AbilityLifecycleExecutor::LifecycleState state = variable
159 AbilityLifecycleExecutor::LifecycleState state = variable
Dability_test.cpp130 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); variable
146 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); variable
448 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); variable
469 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); variable
497 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); variable
518 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); variable
546 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); variable
567 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); variable
595 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); variable
616 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); variable
[all …]
Dservice_ability_impl_test.cpp89 AAFwk::LifeCycleStateInfo state; variable
128 AAFwk::LifeCycleStateInfo state; variable
164 AAFwk::LifeCycleStateInfo state; variable
201 AAFwk::LifeCycleStateInfo state; variable
/foundation/ace/ace_engine/adapter/ohos/osal/
Dresource_adapter_impl.cpp54 auto state = resourceManager_->GetColorById(resId, result); in GetColor() local
66 auto state = resourceManager_->GetFloatById(resId, dimensionFloat); in GetDimension() local
78 auto state = resourceManager_->GetStringById(resId, strResult); in GetString() local
90 auto state = resourceManager_->GetPluralStringById(resId, quantity, strResult); in GetPluralString() local
102 auto state = resourceManager_->GetStringArrayById(resId, strResults); in GetStringArray() local
114 auto state = resourceManager_->GetFloatById(resId, result); in GetDouble() local
126 auto state = resourceManager_->GetIntegerById(resId, result); in GetInt() local
138 auto state = resourceManager_->GetIntArrayById(resId, intVectorResult); in GetIntArray() local
153 auto state = resourceManager_->GetBooleanById(resId, result); in GetBoolean() local
165 auto state = resourceManager_->GetMediaById(resId, mediaPath); in GetMediaPath() local
/foundation/ace/ace_engine/adapter/preview/osal/
Dresource_adapter_impl_standard.cpp84 auto state = resourceManager_->GetColorById(resId, result); in GetColor() local
97 auto state = resourceManager_->GetFloatById(resId, dimensionFloat, unit); in GetDimension() local
109 auto state = resourceManager_->GetStringById(resId, strResult); in GetString() local
121 auto state = resourceManager_->GetPluralStringById(resId, quantity, strResult); in GetPluralString() local
133 auto state = resourceManager_->GetStringArrayById(resId, strResults); in GetStringArray() local
145 auto state = resourceManager_->GetFloatById(resId, result); in GetDouble() local
157 auto state = resourceManager_->GetIntegerById(resId, result); in GetInt() local
169 auto state = resourceManager_->GetIntArrayById(resId, intVectorResult); in GetIntArray() local
184 auto state = resourceManager_->GetBooleanById(resId, result); in GetBoolean() local
196 auto state = resourceManager_->GetMediaById(resId, mediaPath); in GetMediaPath() local
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/test/unittest/pbap/
Dpbap_client_test.cpp33 void OnServiceConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnServiceConnectionStateChanged()
181 int state = profile_->GetDeviceState(device); variable
212 int state = profile_->GetConnectionStrategy(device); variable
229 int state = profile_->SetDevicePassword(device, password, userId); variable
245 int state = profile_->PullPhoneBook(device, param); variable
262 int state = profile_->SetPhoneBook(device, name, flag); variable
278 int state = profile_->PullvCardListing(device, param); variable
294 int state = profile_->PullvCardEntry(device, param); variable
324 int state = profile_->AbortDownloading(device); variable
/foundation/communication/wifi/services/wifi_standard/wifi_framework/wifi_manage/
Dwifi_config_center.cpp56 bool WifiConfigCenter::SetWifiMidState(WifiOprMidState expState, WifiOprMidState state) in SetWifiMidState()
61 void WifiConfigCenter::SetWifiMidState(WifiOprMidState state) in SetWifiMidState()
118 int WifiConfigCenter::SetDeviceState(int networkId, int state, bool bSetOther) in SetDeviceState()
158 bool WifiConfigCenter::SetApMidState(WifiOprMidState expState, WifiOprMidState state) in SetApMidState()
163 void WifiConfigCenter::SetApMidState(WifiOprMidState state) in SetApMidState()
248 bool WifiConfigCenter::SetScanMidState(WifiOprMidState expState, WifiOprMidState state) in SetScanMidState()
253 void WifiConfigCenter::SetScanMidState(WifiOprMidState state) in SetScanMidState()
268 bool WifiConfigCenter::SetP2pMidState(WifiOprMidState expState, WifiOprMidState state) in SetP2pMidState()
273 void WifiConfigCenter::SetP2pMidState(WifiOprMidState state) in SetP2pMidState()
313 void WifiConfigCenter::SetScreenState(const int &state) in SetScreenState()
[all …]
Dwifi_device_callback_proxy.cpp28 void WifiDeviceCallBackProxy::OnWifiStateChanged(int state) in OnWifiStateChanged()
53 void WifiDeviceCallBackProxy::OnWifiConnectionChanged(int state, const WifiLinkedInfo &info) in OnWifiConnectionChanged()
120 void WifiDeviceCallBackProxy::OnWifiWpsStateChanged(int state, const std::string &pinCode) in OnWifiWpsStateChanged()
/foundation/communication/wifi/interfaces/innerkits/native_cpp/wifi_standard/src/
Dwifi_device_callback_stub.cpp99 void WifiDeviceCallBackStub::OnWifiStateChanged(int state) in OnWifiStateChanged()
109 void WifiDeviceCallBackStub::OnWifiConnectionChanged(int state, const WifiLinkedInfo &info) in OnWifiConnectionChanged()
127 void WifiDeviceCallBackStub::OnWifiWpsStateChanged(int state, const std::string &pinCode) in OnWifiWpsStateChanged()
146 int state = data.ReadInt32(); in RemoteOnWifiStateChanged() local
156 int state = data.ReadInt32(); in RemoteOnWifiConnectionChanged() local
215 int state = data.ReadInt32(); in RemoteOnWifiWpsStateChanged() local
/foundation/graphic/ui/interfaces/kits/components/
Dui_scroll_view.h104 void SetScrollState(uint8_t state) in SetScrollState()
175 void SetHorizontalScrollState(bool state) in SetHorizontalScrollState()
204 void SetVerticalScrollState(bool state) in SetVerticalScrollState()
/foundation/multimedia/histreamer/engine/plugin/core/
Dplugin_core_utils.h32 #define RETURN_WRONG_STATE_IF_CON_TRUE(condition, plugin, state) \ argument
42 #define RETURN_WRONG_STATE_IF_CON_FALSE(condition, plugin, state) \ argument
/foundation/communication/dsoftbus/core/connection/p2p/manager/src/
Dp2plink_broadcast_receiver.c94 bool state = *(bool *)arg; in LoopP2pStateChanged() local
115 static void P2pStateChanged(bool state) in P2pStateChanged()
190 P2pLinkConnState state; in LoopConnResult() local
212 static void ConnResult(P2pLinkConnState state) in ConnResult()
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
Dvolume_core_test.cpp48 int32_t state = UNMOUNTED; variable
77 int32_t state = UNMOUNTED; variable
104 int32_t state = CHECKING; variable
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/include/
Dbluetooth_hfp_ag.h62 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state) in OnConnectionStateChanged()
72 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) in OnScoStateChanged()
/foundation/aafwk/aafwk_lite/services/abilitymgr_lite/src/
Dpage_ability_record.cpp153 void PageAbilityRecord::SetCurrentState(State state) in SetCurrentState()
283 TransactionState state = {token_, STATE_ACTIVE}; in ActiveAbility() local
297 TransactionState state = {token_, STATE_INACTIVE}; in InactiveAbility() local
309 TransactionState state = {token_, STATE_BACKGROUND}; in ToBackgroundAbility() local
321 TransactionState state = {token_, STATE_INITIAL}; in StopAbility() local
394 TransactionState state = {token_, STATE_INITIAL}; in DisconnectAbilityDone() local
414 TransactionState state = {token_, STATE_INITIAL}; in ForceStopServiceAbility() local
/foundation/aafwk/standard/frameworks/kits/appkit/test/Mock/include/
Dmock_ability_mgr_service.h44 void DumpState(const std::string &args, std::vector<std::string> &state) in DumpState()
108 … virtual int ForceTimeoutForTest(const std::string &abilityName, const std::string &state) override in ForceTimeoutForTest()
/foundation/communication/bluetooth/services/bluetooth_standard/service/include/
Dinterface_profile_hfp_ag.h63 virtual void OnConnectionStateChanged(const RawAddress &device, int state) in OnConnectionStateChanged()
73 virtual void OnScoStateChanged(const RawAddress &device, int state) in OnScoStateChanged()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
Dhi_state.cpp30 void HiState::AddTransition(int32_t event, HiState &state) in AddTransition()
52 bool HiState::operator==(const HiState &state) in operator ==()
/foundation/communication/dsoftbus/core/connection/p2p/negotiation/src/
Dp2plink_state_machine.c23 static bool IsExistState(const FsmStateMachine *fsm, const FsmState *state) in IsExistState()
60 void P2pLinkFsmAddState(FsmStateMachine *fsm, FsmState *state) in P2pLinkFsmAddState()
98 void P2pLinkFsmTransactState(FsmStateMachine *fsm, FsmState *state) in P2pLinkFsmTransactState()
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/test/unittest/hfp/
Dhfp_ag_test.cpp33 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnConnectionStateChanged()
34 void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnScoStateChanged()
141 int state = profile_->GetDeviceState(device); variable
193 int state = profile_->GetScoState(device); variable
/foundation/ace/ace_engine/frameworks/core/components/common/properties/
Dstate_attributes.h57 bool HasAttribute(AttributeID attribute, VisualState state) in HasAttribute()
69 void AddAttribute(AttributeID attribute, AttributeType value, VisualState state) in AddAttribute()
76 …onst std::vector<RefPtr<StateAttributeBase<AttributeID>>>& GetAttributesForState(VisualState state) in GetAttributesForState()
/foundation/communication/bluetooth/services/bluetooth_standard/common/
Dhands_free_unit_calls.cpp20 HandsFreeUnitCalls::HandsFreeUnitCalls(const std::string &device, int id, int state, const std::str… in HandsFreeUnitCalls()
28 HandsFreeUnitCalls::HandsFreeUnitCalls(const std::string &device, int id, int state, const std::str… in HandsFreeUnitCalls()
81 void HandsFreeUnitCalls::SetState(int state) in SetState()
/foundation/distributedhardware/distributedscreen/services/screentransport/test/unittest/screensinktrans/src/
Dscreen_sink_trans_test.cpp239 int32_t state = DH_SUCCESS; variable
252 int32_t state = DH_SUCCESS; variable
/foundation/aafwk/standard/services/abilitymgr/test/unittest/phone/ability_dump_test/
Dability_dump_test.cpp65 bool IsTestAbility1Exist(const std::string &state) in IsTestAbility1Exist()
70 bool IsTestAbility2Exist(const std::string &state) in IsTestAbility2Exist()
75 bool IsTestAbility3Exist(const std::string &state) in IsTestAbility3Exist()
80 bool IsTestAbility4Exist(const std::string &state) in IsTestAbility4Exist()
85 bool IsTestAbility5Exist(const std::string &state) in IsTestAbility5Exist()
90 bool IsLaunchAbilityExist(const std::string &state) in IsLaunchAbilityExist()
533 … EXPECT_NE(result.end(), std::find_if(result.begin(), result.end(), [](const std::string &state) { in __anon228bcfae0502()
/foundation/ace/ace_engine_lite/frameworks/src/core/components/
Dinput_checkbox_component.cpp47 UICheckBox::UICheckBoxState state = in SetPrivateAttribute() local
112 bool state = (checkbox_.GetState() == UICheckBox::UICheckBoxState::SELECTED); in DealEvent() local

12345678910>>...26