/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/ |
H A D | abilityappfreezemanager_fuzzer.cpp | 83 int state = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local 84 freeze->SetFreezeState(pid, state); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrrenderstateobservermanager_fuzzer/ |
H A D | abilityappmgrrenderstateobservermanager_fuzzer.cpp | 81 int32_t state = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local 82 manager->OnRenderStateChanged(renderRecord, state); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/appstateobservermanager_fuzzer/ |
H A D | appstateobservermanager_fuzzer.cpp | 57 ApplicationState state = ApplicationState::APP_STATE_CREATE; in DoSomethingInterestingWithMyAPI() local 60 appStateObserverManager->HandleAppStateChanged(appRecord, state, needNotifyApp, isFromWindowFocusChanged); in DoSomethingInterestingWithMyAPI()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_event_hub.h | 47 TAG_LOGI(AceLogTag::ACE_NAVIGATION, "navDestination state set to %{public}s.", in FireChangeEvent() 171 void SetState(NavDestinationState state) in SetState() argument 173 state_ = state; in SetState()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | remote_mission_listener_proxy.cpp | 66 void RemoteMissionListenerProxy::NotifyNetDisconnect(const std::string& deviceId, int32_t state) in NotifyNetDisconnect() argument 79 if (!data.WriteInt32(state)) { in NotifyNetDisconnect()
|
/foundation/ability/ability_runtime/test/unittest/ams_app_state_callback_test/ |
H A D | ams_app_state_callback_test.cpp | 50 * CaseDescription: Verify if Onreceived works when app state changed. 103 AbilityState state = AbilityState::ABILITY_STATE_CREATE; in HWTEST_F() local 106 host->OnAbilityRequestDone(token, state); in HWTEST_F() 131 * CaseDescription: Verify if Onreceived works when app state changed.
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/ |
H A D | image_animator_model_ng.h | 27 void SetState(int32_t state) override; 44 static void SetState(FrameNode* frameNode, int32_t state);
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_dump.h | 78 const std::string& procedure, const std::string& state, const std::string& disposal, int64_t timestamp = 0); 81 const TouchEvent& point, const std::string& state, const std::string& disposal, int64_t timestamp = 0);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | isolated_pattern.h | 46 void SetAdaptiveWidth(bool state); 47 void SetAdaptiveHeight(bool state);
|
H A D | ui_extension_model.h | 65 virtual void SetAdaptiveWidth(bool state); 66 virtual void SetAdaptiveHeight(bool state);
|
H A D | ui_extension_model_ng.h | 52 void SetAdaptiveWidth(bool state) override; 53 void SetAdaptiveHeight(bool state) override;
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_time_picker.h | 169 * @param state Specifies whether to enable seconds in the time picker. Value <b>true</b> means to enable seconds, 174 void EnableSecond(bool state); 243 * @param state 状态 248 void SetLoopState(const uint8_t pickerType, bool state);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_src.h | 40 virtual int GetDeviceState(const RawAddress &device, int &state) = 0; 41 virtual int GetPlayingState(const RawAddress &device, int &state) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_stub.cpp | 73 int state = data.ReadInt32(); in OnConnectionStateChangedInner() local 76 stub->OnConnectionStateChanged(RawAddress(addr), state, cause); in OnConnectionStateChangedInner() local
|
H A D | bluetooth_ble_peripheral_observer_stub.cpp | 98 const int32_t state = static_cast<int32_t>(data.ReadInt32()); in OnAclStateChangedInner() local 101 stub->OnAclStateChanged(*device, state, reason); in OnAclStateChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_a2dp_src.h | 91 * @brief The callback function after device's playing state changed. 94 * @param playingState the playing state after changing. 113 * @param state Connection state. 116 virtual void OnConnectionStateChanged(const RawAddress &remoteAddr, int state) {}; in OnConnectionStateChanged() argument 121 * @param state Action on the device. 168 * @brief Get device connection state by address. 171 * @return Returns <b>A2DP_DISCONNECTED</b> if device connect state is disconnected; 172 * Returns <b>A2DP_DISCONNECTING</b> if device connect state is disconnecting; 173 * Returns <b>A2DP_CONNECTED</b> if device connect state i [all...] |
H A D | interface_profile_hfp_hf.h | 59 * @brief The observer function to notify connection state changed. 62 * @param state Connection state. 65 virtual void OnConnectionStateChanged(const RawAddress &device, int state) in OnConnectionStateChanged() argument 69 * @brief The observer function to notify audio connection state changed. 72 * @param state Connection state. 75 virtual void OnScoStateChanged(const RawAddress &device, int state) in OnScoStateChanged() argument 211 * @brief Get the connection state of the specified remote AG device. 214 * @return Returns the connection state o [all...] |
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 57 * @brief The observer function to notify connection state changed. 60 * @param state Connection state. 64 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument 68 * @brief The observer function to notify audio connection state changed. 71 * @param state Connection state. 74 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) in OnScoStateChanged() argument 209 * @brief Get the connection state of the specified remote AG device. 212 * @return Returns the connection state o [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_proxy.cpp | 21 void BluetoothA2dpSrcObserverProxy::OnConnectionStateChanged(const RawAddress &device, int state, int cause) in OnConnectionStateChanged() argument 32 if (!data.WriteInt32(state)) { in OnConnectionStateChanged() 33 HILOGE("BluetoothA2dpSrcObserverProxy::OnConnectionStateChanged state error"); in OnConnectionStateChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_source_server.h | 39 int GetDeviceState(const RawAddress &device, int &state) override; 41 int GetPlayingState(const RawAddress &device, int &state) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_src_proxy.h | 38 int GetDeviceState(const RawAddress &device, int &state) override; 39 int GetPlayingState(const RawAddress &device, int &state) override;
|
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
H A D | object_itf.cpp | 38 static SLresult GetState(SLObjectItf self, SLuint32 *state)
in GetState() argument 44 *state = thiz->mState;
in GetState()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | pipeline_layout_desc.h | 142 /** Resource state in the pipeline */ 143 GpuResourceState state {}; 158 /** Resource state in the pipeline */ 159 GpuResourceState state {};
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | transform.h | 120 void SetInvalid(bool state) in SetInvalid() argument 122 isInvalid_ = state; in SetInvalid()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | graphicsstate_impl.cpp | 44 // presumably we should resolve the state from shader instead trying to create a default our self 54 void SetGraphicsState(const RENDER_NS::GraphicsState& state, SCENE_NS::IMaterial::Ptr mat) override 58 [st = state, sh = sh_, material = BASE_NS::weak_ptr(mat), type = ix_]() {
|