Home
last modified time | relevance | path

Searched refs:isSucess (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dimage.cpp251 bool isSucess = true; in PreParse() local
256 isSucess = SetPNGSrc(src); in PreParse()
260 isSucess = SetJPEGSrc(src); in PreParse()
263 isSucess = true; in PreParse()
269 return isSucess; in PreParse()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp183 bool isSucess = true; in Release() local
187 isSucess = false; in Release()
191 isSucess = false; in Release()
199 isSucess = false; in Release()
203 isSucess = false; in Release()
208 return isSucess ? DH_SUCCESS : ERR_DH_AUDIO_CLIENT_RENDER_RELEASE_FAILED; in Release()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dimage_module.h61 static void OnCallBack(const jerry_value_t context, const ImageModule *imageModule, bool isSucess, const char* msg);
H A Dimage_module.cpp315 bool isSucess, in OnCallBack()
322 if (isSucess) { in OnCallBack()
313 OnCallBack(const jerry_value_t context, const ImageModule *imageModule, bool isSucess, const char* msg) OnCallBack() argument
/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_test.cpp831 bool isSucess = IPointerDrawingManager::GetInstance()->Init(); in HWTEST_F() local
832 EXPECT_EQ(isSucess, true); in HWTEST_F()

Completed in 6 milliseconds