/foundation/ability/ability_runtime/test/fuzztest/modulerunningrecord_fuzzer/ |
H A D | modulerunningrecord_fuzzer.cpp | 86 AppExecFwk::AbilityState state = AppExecFwk::AbilityState::ABILITY_STATE_READY; in DoSomethingInterestingWithMyAPI() local 87 moduleRecord.OnAbilityStateChanged(record, state); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/ |
H A D | cj_ui_ability.h | 74 * @brief Called when this ability enters the <b>STATE_STOP</b> state. 81 * @brief Called when this ability enters the <b>STATE_STOP</b> state. 199 * @brief Called when this ability enters the <b>STATE_FOREGROUND</b> state. 200 * The ability in the <b>STATE_FOREGROUND</b> state is visible. 220 * @brief Called when this ability enters the <b>STATE_BACKGROUND</b> state. 221 * The ability in the <b>STATE_BACKGROUND</b> state is invisible. 294 void AddLifecycleEventBeforeCall(FreezeUtil::TimeoutState state, const std::string &methodName) const; 295 void AddLifecycleEventAfterCall(FreezeUtil::TimeoutState state, const std::string &methodName) const;
|
H A D | js_ability.h | 108 void AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState state, const std::string &methodName) const; 109 void AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState state, const std::string &methodName) const;
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ui_ability_thread.h | 76 * @param targetState Indicates the lifecycle state. 100 * @param state Indicates resotre ability state used to dispatchRestoreAbilityState. 102 void ScheduleRestoreAbilityState(const AppExecFwk::PacMap &state) override; 175 void AddLifecycleEvent(uint32_t state, std::string &methodName) const;
|
/foundation/ability/ability_runtime/services/appdfr/include/ |
H A D | appfreeze_manager.h | 59 int state = 0; member 103 void SetFreezeState(int32_t pid, int state);
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/ |
H A D | mock_ability_manager_client_interface1.cpp | 75 ErrCode AbilityManagerClient::AbilityTransitionDone(sptr<IRemoteObject> token, int state) in AbilityTransitionDone() argument 133 ErrCode AbilityManagerClient::DumpState(const std::string& args, std::vector<std::string>& state) in DumpState() argument
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | app_record.cpp | 90 AbilityMsStatus AppRecord::AbilityTransaction(const TransactionState &state, in AbilityTransaction() argument 94 return abilityThreadClient_->AbilityTransaction(state, want, abilityType); in AbilityTransaction()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_ability_manager_client_interface1.cpp | 79 ErrCode AbilityManagerClient::AbilityTransitionDone(sptr<IRemoteObject> token, int state, const PacMap& saveData) in AbilityTransitionDone() argument 137 ErrCode AbilityManagerClient::DumpState(const std::string& args, std::vector<std::string>& state) in DumpState() argument
|
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_ability_manager_proxy.h | 47 MOCK_METHOD2(AbilityTransitionDone, int(const sptr<IRemoteObject>& token, int state)); 54 MOCK_METHOD2(DumpState, void(const std::string& args, std::vector<std::string>& state));
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | media_player_callback.h | 136 void PrintState(OHOS::Media::PlayerStates state) const in PrintState() 138 switch (state) { in PrintState() 152 LOGI("Invalid state"); in PrintState()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_pattern.h | 160 auto state = eventHub->GetState(); in GetNavDestinationState() local 161 return state; in GetNavDestinationState()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | hap_asset_provider_impl.cpp | 147 auto state = runtimeExtractor_->GetFileInfo(fileName, fileInfoAbility); in GetFileInfo() local 148 if (!state) { in GetFileInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_stack_processor.cpp | 57 std::string state = info[0]->ToString(); in JSVisualState() local 58 VisualState visualState = JSViewStackProcessor::StringToVisualState(state); in JSVisualState() 109 LOGE("Unknown visual state \"%{public}s\", resetting to UNDEFINED", stateString.c_str()); in StringToVisualState()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | image_animator_model_impl.cpp | 43 void ImageAnimatorModelImpl::SetState(int32_t state) in SetState() argument 48 imageAnimator->SetStatus(static_cast<Animator::Status>(state)); in SetState()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_pattern.h | 94 float offset, int32_t source, NestedState state = NestedState::GESTURE, float velocity = 0.f) override; 127 void UpdateLoadingProgressStatus(RefreshAnimationState state, float followToRecycleRatio = 0.0f);
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_reference.cpp | 153 void ArkNativeReference::FinalizeCallback(FinalizerState state) in FinalizeCallback() argument 156 if (state == FinalizerState::COLLECTION) { in FinalizeCallback()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_observer_stub.cpp | 180 int32_t state = data.ReadInt32(); in OnBluetoothStateChangedInner() local 181 stub->OnBluetoothStateChanged(state); in OnBluetoothStateChangedInner()
|
H A D | bluetooth_pan_proxy.cpp | 38 int32_t BluetoothPanProxy::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState() argument 57 // read state in GetDeviceState() 58 state = reply.ReadInt32(); in GetDeviceState()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_ble.h | 127 * @brief Discovery state changed observer. 190 * @brief Advertising state changed observer. 192 * @param state Advertising state. 195 virtual void OnAdvertisingStateChanged(const int state) = 0; 231 virtual void OnAclStateChanged(const RawAddress &device, int state, unsigned int reason) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service_connection.cpp | 123 A2dpDeviceInfo *A2dpConnectManager::AddDevice(const RawAddress &device, int state) in AddDevice() argument 139 deviceInfo->SetConnectState(state); in AddDevice()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | gatt_data.cpp | 29 GattDevice::GattDevice(const RawAddress& addr, uint8_t type, uint8_t transport, int state) in GattDevice() argument 31 transport_(transport), addressType_(type), connectState_(state), addr_(addr) in GattDevice()
|
/foundation/multimedia/audio_framework/frameworks/cj/src/ |
H A D | multimedia_audio_capturer_callback.cpp | 31 void CjAudioCapturerCallback::OnStateChange(const CapturerState state) in OnStateChange() argument 34 int32_t cjState = state; in OnStateChange()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_state.h | 38 * @brief Base animation state implementation, handles animation state, evaluation. 64 * @brief Uninitializes the state object. 69 IAnimationInternal::AnimationTargetState state { IAnimationInternal::AnimationTargetState::UNDEFINED }; 79 * @brief Step the state based on clock. 84 * @brief Seeks the animation state to given position [0,1] 88 * @brief Pauses the animation. Returns true if state changed. 92 * @brief Starts the animation. Returns true if state changed. 96 * @brief Stops the animation. Returns true if state changed. 100 * @brief Restarts the animation. Returns true if state change [all...] |
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | hdi_codec_adapter.h | 71 Status ChangeState(OMX_STATETYPE state); 72 Status WaitForState(OMX_STATETYPE state);
|
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionstub_fuzzer/ |
H A D | avsession_stub_fuzzer.cpp | 50 int32_t GetAVPlaybackState(AVPlaybackState &state) override { return 0; }; 51 int32_t SetAVPlaybackState(const AVPlaybackState &state) override { return 0; };
|