Home
last modified time | relevance | path

Searched refs:IsSuccess (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp137 bool StateRegistryTest::IsSuccess(int32_t ret) in IsSuccess() function in OHOS::Telephony::StateRegistryTest
156 EXPECT_TRUE(IsSuccess(ret)); in UpdateCallState()
168 EXPECT_TRUE(IsSuccess(ret)); in UpdateCallStateForSlotId()
180 EXPECT_TRUE(IsSuccess(ret)); in UpdateSignalInfo()
191 EXPECT_TRUE(IsSuccess(ret)); in UpdateCellularDataConnectState()
201 EXPECT_TRUE(IsSuccess(ret)); in UpdateCellularDataFlow()
213 EXPECT_TRUE(IsSuccess(ret)); in UpdateSimState()
224 EXPECT_TRUE(IsSuccess(ret)); in UpdateNetworkState()
234 EXPECT_TRUE(IsSuccess(ret)); in UpdateCfuIndicator()
244 EXPECT_TRUE(IsSuccess(ret)); in UpdateVoiceMailMsgIndicator()
[all …]
H A Dstate_registry_test.h200 bool IsSuccess(int32_t ret);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_command.h131 inline bool IsSuccess() const in IsSuccess() function
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_data.h87 bool IsSuccess();
/ohos5.0/base/global/i18n_lite/interfaces/kits/i18n/include/
H A Dlocale_info.h210 bool IsSuccess();
/ohos5.0/base/request/request/frameworks/js/napi/include/upload/
H A Dcurl_adp.h55 bool IsSuccess(const uint32_t count, const uint32_t size);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interactive_implict_animator.cpp322 if (!task || !task->IsSuccess()) { in FinishOnCurrent()
418 if (!task || !task->IsSuccess()) { in GetFraction()
H A Drs_implicit_animation_param.cpp107 if (!task || !task->IsSuccess()) { in ExecuteSyncPropertiesTask()
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Dcurl_adp.cpp79 return (IsSuccess(successCount, fileDatas_.size())) ? UPLOAD_OK : UPLOAD_ERRORCODE_UPLOAD_FAIL; in DoUpload()
82 bool CUrlAdp::IsSuccess(const uint32_t count, const uint32_t size) in IsSuccess() function in OHOS::Request::Upload::CUrlAdp
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_data.cpp270 bool NumberData::IsSuccess() in IsSuccess() function in NumberData
H A Dlocale_info.cpp185 bool LocaleInfo::IsSuccess() in IsSuccess() function in LocaleInfo
/ohos5.0/base/msdp/device_status/
H A Dhisysevent.yaml65 ISSUCCESS: {type: BOOL, desc: IsSuccess}
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h441 if (!task->IsSuccess()) {
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1185 bool IsSuccess = reply.ReadInt32(ret) && (ret == ERR_OK); in GetEdmWhiteListPolicy() local
1186 if (!IsSuccess || (ErrCode != UEC_OK)) { in GetEdmWhiteListPolicy()