Home
last modified time | relevance | path

Searched refs:GetStateInfo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/include/
H A Djs_util_cooperate.h84 static napi_value GetStateInfo(sptr<CallbackInfo> cb);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_source.c87 static char *GetStateInfo(pa_source_state_t state) in GetStateInfo() function
169 …GetDeviceClass(u->sourceAdapter->deviceClass), GetStateInfo(s->thread_info.state), GetStateInfo(ne… in SourceSetStateInIoThreadCb()
H A Dhdi_sink.c163 static char *GetStateInfo(pa_sink_state_t state);
3512 static char *GetStateInfo(pa_sink_state_t state) in GetStateInfo() function
3674 GetDeviceClass(u->primary.sinkAdapter->deviceClass), GetStateInfo(s->thread_info.state), in SinkSetStateInIoThreadCb()
3675 GetStateInfo(newState)); in SinkSetStateInIoThreadCb()
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp168 static std::string GetStateInfo(const RunningState state) in GetStateInfo() function
287 ConsoleLog("error: the parameter is set incorrectly, " + GetStateInfo(g_runningState) + in SetRunningState()
288 " and " + GetStateInfo(setValue) + " cannot coexist."); in SetRunningState()
912 … ConsoleLog(std::string(argv[0]) + " enter, running_state is " + GetStateInfo(g_runningState)); in main()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_util_cooperate.cpp55 napi_value JsUtilCooperate::GetStateInfo(sptr<CallbackInfo> cb) in GetStateInfo() function in OHOS::Msdp::DeviceStatus::JsUtilCooperate
H A Djs_event_cooperate_target.cpp527 napi_value object = JsUtilCooperate::GetStateInfo(cb); in CallGetStatePromiseWork()
561 resultObj[1] = JsUtilCooperate::GetStateInfo(cb); in CallGetStateAsyncWork()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_dev.h64 int32_t GetStateInfo();
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddistributed_camera_source_service.cpp332 int32_t devState = camSourceDev->GetStateInfo(); in GetDumpInfo()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_dev_test.cpp349 int32_t ret = camDev_->GetStateInfo();
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp774 int32_t DCameraSourceDev::GetStateInfo() in GetStateInfo() function in OHOS::DistributedHardware::DCameraSourceDev