Home
last modified time | relevance | path

Searched refs:state (Results 2876 - 2900 of 7303) sorted by relevance

1...<<111112113114115116117118119120>>...293

/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_observer_proxy.cpp21 void BluetoothHfpHfObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) in OnConnectionStateChanged() argument
32 if (!data.WriteInt32(state)) { in OnConnectionStateChanged()
33 HILOGE("BluetoothHfpHfObserverProxy::OnConnectionStateChanged write state error"); in OnConnectionStateChanged()
52 void BluetoothHfpHfObserverProxy::OnScoStateChanged(const BluetoothRawAddress &device, int state) { in OnScoStateChanged() argument
62 if (!data.WriteInt32(state)) { in OnScoStateChanged()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_client_tracker_callback_proxy.cpp142 void AudioClientTrackerCallbackProxy::SetOffloadModeImpl(int32_t state, bool isAppBack) in SetOffloadModeImpl() argument
150 data.WriteInt32(static_cast<int32_t>(state)); in SetOffloadModeImpl()
235 void ClientTrackerCallbackListener::SetOffloadModeImpl(int32_t state, bool isAppBack) in SetOffloadModeImpl() argument
238 listener_->SetOffloadModeImpl(state, isAppBack); in SetOffloadModeImpl()
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.h74 int32_t GetPlayerState(int32_t& state) override;
93 void OnStateChanged(StateId state) override;
113 PlayerStates TransStateId2PlayerState(StateId state);
114 const std::string& StringnessPlayerState(PlayerStates state);
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture.h92 /* Screen capture state INVALID */
151 AVScreenCaptureParamValidationState state = AVScreenCaptureParamValidationState::VALIDATION_IGNORE; member
157 AVScreenCaptureParamValidationState state = AVScreenCaptureParamValidationState::VALIDATION_IGNORE; member
172 AVScreenCaptureParamValidationState state = AVScreenCaptureParamValidationState::VALIDATION_IGNORE; member
179 AVScreenCaptureParamValidationState state = AVScreenCaptureParamValidationState::VALIDATION_IGNORE; member
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dpurgeable_memory_manager_test.cpp47 void OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) override;
88 void AppStateSubscriberTest::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) in OnAppStateChanged() argument
199 int32_t state = 1; in HWTEST_F() local
200 subscriberImpl->OnAppStateChanged(pid, uid, state); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/utils/
H A Dressched_utils.cpp146 void ResSchedUtils::ReportSysEvent(Application &app, ProcessRecord &pr, uint32_t resType, int32_t state) in ReportSysEvent() argument
152 reportSysEventFunc_(app, pr, resType, state); in ReportSysEvent()
202 void ResSchedUtils::ReportAppStateInProcess(int32_t state, int32_t pid) in ReportAppStateInProcess() argument
208 reportAppStateFunc_(state, pid); in ReportAppStateInProcess()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp50 HILOGE("Scheduler:invalid next state:%{public}d", nextState); in AbilityStateTransitionLocked()
55 HILOGE("Scheduler:next state:%{public}d handler is null", nextState); in AbilityStateTransitionLocked()
58 SystemAbilityState currentState = context->state; in AbilityStateTransitionLocked()
60 HILOGI("Scheduler SA:%{public}d state current %{public}d is same as next %{public}d", in AbilityStateTransitionLocked()
65 HILOGE("Scheduler SA:%{public}d can't transiton from state %{public}d to %{public}d", in AbilityStateTransitionLocked()
70 HILOGE("Scheduler SA:%{public}d update state count fail", context->systemAbilityId); in AbilityStateTransitionLocked()
73 context->state = nextState; in AbilityStateTransitionLocked()
74 HILOGD("Scheduler SA:%{public}d transiton from state %{public}d to %{public}d", in AbilityStateTransitionLocked()
89 HILOGE("Scheduler proc:%{public}s invalid state", in UpdateStateCount()
94 HILOGE("Scheduler proc:%{public}s invalid current state coun in UpdateStateCount()
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp80 void LnnNotifyWlanStateChangeEvent(void *state) in LnnNotifyWlanStateChangeEvent() argument
82 return GetServiceInterface()->LnnNotifyWlanStateChangeEvent(state); in LnnNotifyWlanStateChangeEvent()
85 void LnnNotifyBtStateChangeEvent(void *state) in LnnNotifyBtStateChangeEvent() argument
87 return GetServiceInterface()->LnnNotifyBtStateChangeEvent(state); in LnnNotifyBtStateChangeEvent()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_app_state_aware.cpp39 WIFI_LOGI("Register app state observer successful."); in WifiAppStateAware()
107 WIFI_LOGE("register application state observer fail, ret = %{public}d", ret); in RegisterAppStateObserver()
111 WIFI_LOGI("register application state observer success."); in RegisterAppStateObserver()
135 WifiProtectManager::GetInstance().OnAppForegroudChanged(appStateData.bundleName, appStateData.state); in OnForegroundAppChanged()
222 WIFI_LOGD("%{public}s bundleName: %{public}s, uid: %{public}d, state: %{public}d, isFocused: %{public}d", in OnAppStarted()
224 appStateData.state, appStateData.isFocused); in OnAppStarted()
229 WIFI_LOGD("%{public}s bundleName: %{public}s, uid: %{public}d, state: %{public}d, isFocused: %{public}d", in OnAppStopped()
231 appStateData.state, appStateData.isFocused); in OnAppStopped()
243 WIFI_LOGI("%{public}s bundleName: %{public}s, uid: %{public}d, state: %{public}d, isFocused: %{public}d", in OnForegroundApplicationChanged()
244 __func__, appStateData.bundleName.c_str(), appStateData.uid, appStateData.state, appStateDat in OnForegroundApplicationChanged()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Doutput_controller.h69 void SetTimeInitState(const bool state);
70 void SetBaselineInitState(const bool state);
71 void SetProcessDynamicBalanceState(const bool state);
72 void SetAllowControlState(const bool state);
/foundation/distributedhardware/distributed_input/services/state/test/dinpusinkstatetest/
H A Ddinput_sink_state_test.cpp82 DhIdState state = DhIdState::THROUGH_IN; in HWTEST_F() local
84 int32_t ret = DInputSinkState::GetInstance().RecordDhIds(dhIds, state, sessionId); in HWTEST_F()
92 DhIdState state = DhIdState::THROUGH_OUT; in HWTEST_F() local
95 int32_t ret = DInputSinkState::GetInstance().RecordDhIds(dhIds, state, sessionId); in HWTEST_F()
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_napi.h81 void OnSyncStateChanged(SyncType type, SyncPromptState state) override;
82 void OnSyncStateChanged(CloudSyncState state, ErrorType error) override;
87 UvChangeMsg(std::shared_ptr<CloudSyncCallbackImpl> cloudSyncCallbackIn, CloudSyncState state, ErrorType error) in UvChangeMsg() argument
88 : cloudSyncCallback_(cloudSyncCallbackIn), state_(state), error_(error) in UvChangeMsg()
/third_party/ffmpeg/libavcodec/
H A Dffv1enc_template.c51 uint8_t state = 128; in encode_line() local
52 put_rac(c, &state, (v>>i) & 1); in encode_line()
73 put_symbol_inline(c, p->state[context], diff, 1, s->rc_stat, in encode_line()
76 put_symbol_inline(c, p->state[context], diff, 1, NULL, NULL); in encode_line()
/third_party/curl/lib/
H A Dcurl_rtmp.c215 if(!RTMP_SetupURL(r, data->state.url)) { in rtmp_setup_connection()
234 if(data->state.upload) in rtmp_connect()
266 if(data->state.upload) { in rtmp_do()
267 Curl_pgrsSetUploadSize(data, data->state.infilesize); in rtmp_do()
/third_party/libunwind/libunwind/doc/
H A Dunw_init_local.tex21 pointed to by \Var{c} with the machine-state in the context structure
22 pointed to by \Var{ctxt}. As such, the machine-state pointed to by
24 starts. The machine-state is expected to be one provided by a call to
28 call stack. The machine-state must remain valid for the duration for
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
H A Dminimal-secure-streams-post.c266 /* ... application specific state ... */
345 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state() argument
351 lws_ss_state_name((int)state), (unsigned int)ack); in myss_state()
353 switch (state) { in myss_state()
408 * state wait while we trigger the dependent action. in app_system_state_nf()
439 ssi.state = myss_state; in app_system_state_nf()
519 /* integrate us with lws system state management when context created */ in main()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dvolume.h109 * Defined bits for the state field in the ntfs_volume structure.
123 #define test_nvol_flag(nv, flag) test_bit(NV_##flag, (nv)->state)
124 #define set_nvol_flag(nv, flag) set_bit(NV_##flag, (nv)->state)
125 #define clear_nvol_flag(nv, flag) clear_bit(NV_##flag, (nv)->state)
188 unsigned long state; /* NTFS specific flags describing this volume. member
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_cond_timedwait.c42 volatile int state, barrier; member
106 node.state = WAITING; in __pthread_cond_timedwait()
146 oldstate = a_cas(&node.state, WAITING, LEAVING); in __pthread_cond_timedwait()
181 * state of the mutex. */ in __pthread_cond_timedwait()
229 /* Wait for any waiters in the LEAVING state to remove in __private_cond_signal()
239 if (a_cas(&p->state, WAITING, SIGNALED) != WAITING) { in __private_cond_signal()
261 /* Wait for any waiters in the LEAVING state to remove in __private_cond_signal()
/third_party/ninja/src/
H A Dmissing_deps.cc25 #include "state.h"
34 State* state, DepsLog* deps_log, DiskInterface* disk_interface, in NodeStoringImplicitDepLoader()
37 : ImplicitDepLoader(state, deps_log, disk_interface, in NodeStoringImplicitDepLoader()
73 MissingDependencyScannerDelegate* delegate, DepsLog* deps_log, State* state, in MissingDependencyScanner()
75 : delegate_(delegate), deps_log_(deps_log), state_(state), in MissingDependencyScanner()
72 MissingDependencyScanner( MissingDependencyScannerDelegate* delegate, DepsLog* deps_log, State* state, DiskInterface* disk_interface) MissingDependencyScanner() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c35 #include "main/state.h"
68 struct pipe_rasterizer_state *raster = &st->state.rasterizer; in st_update_rasterizer()
89 if (st->state.fb_orientation == Y_0_BOTTOM) { in st_update_rasterizer()
205 (st->state.fb_orientation == Y_0_BOTTOM)) in st_update_rasterizer()
275 if (st->state.fb_orientation == Y_0_TOP) in st_update_rasterizer()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h98 const struct lp_rast_state *last_state; /* most recent state set in bin */
108 * Examples include triangle data and state data. The commands in
178 * data blocks and counts all bins, state, resource references and
351 const struct lp_rast_state *state, in lp_scene_bin_cmd_with_state()
357 if (state != bin->last_state) { in lp_scene_bin_cmd_with_state()
358 bin->last_state = state; in lp_scene_bin_cmd_with_state()
361 lp_rast_arg_state(state))) in lp_scene_bin_cmd_with_state()
349 lp_scene_bin_cmd_with_state(struct lp_scene *scene, unsigned x, unsigned y, const struct lp_rast_state *state, enum lp_rast_op cmd, union lp_rast_cmd_arg arg) lp_scene_bin_cmd_with_state() argument
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/
H A Dminimal-ws-client-spam.c33 int state; member
70 clients[idx].state = CLIENT_CONNECTING; in connect_client()
76 clients[idx].state = CLIENT_IDLE; in connect_client()
108 clients[n].state = CLIENT_IDLE; in callback_minimal_spam()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.h18 explicit RegExpBuiltinsAssembler(compiler::CodeAssemblerState* state) in RegExpBuiltinsAssembler() argument
19 : CodeStubAssembler(state) {} in RegExpBuiltinsAssembler()
172 explicit RegExpMatchAllAssembler(compiler::CodeAssemblerState* state) in RegExpMatchAllAssembler() argument
173 : RegExpBuiltinsAssembler(state) {} in RegExpMatchAllAssembler()
/third_party/node/deps/v8/src/heap/
H A Dincremental-marking.h100 State state() const { in state() function in v8::internal::final
113 inline bool IsStopped() const { return state() == STOPPED; } in IsStopped()
115 inline bool IsMarking() const { return state() >= MARKING; } in IsMarking()
117 inline bool IsComplete() const { return state() == COMPLETE; } in IsComplete()
294 // Atomic since main thread can complete marking (= changing state), while a
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.c148 /* Build combined image/SSBO "IBO" state, returns ownership of state reference */
156 struct fd_ringbuffer *state = fd_submit_new_ringbuffer( in fd6_build_ibo_state() local
166 fd6_emit_single_plane_descriptor(state, bufso->sb[i].buffer, descriptor); in fd6_build_ibo_state()
170 fd6_emit_image_descriptor(ctx, state, &imgso->si[i - v->num_ssbos], true); in fd6_build_ibo_state()
173 return state; in fd6_build_ibo_state()

Completed in 15 milliseconds

1...<<111112113114115116117118119120>>...293