Home
last modified time | relevance | path

Searched refs:initRes_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dtimer_module.h40 return initRes_; in GetInitState()
59 initRes_(-1) in TimerModule()
138 int initRes_; variable
H A Dtimer_module.cpp39 initRes_ = InitTimerTask(); in Init()
40 if (initRes_ < 0) { in Init()
41 HILOG_ERROR(HILOG_MODULE_ACE, "init timer failed %{public}d", initRes_); in Init()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Ddecoder_surface_filter_unit_test.cpp138 return initRes_; in Init()
147 Status initRes_{ Status::OK }; member in OHOS::Media::Pipeline::VideoDecoderAdapterMock
239 videoDecoderMock->initRes_ = Status::ERROR_WRONG_STATE;