Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dmemory_monitor_def.h25 OHOS::Ace::VerifyClass<std::is_same_v<classname, std::remove_cv_t<std::remove_pointer_t<decltype(p)>>>>::Success()
28 OHOS::Ace::VerifyClass<std::is_same_v<classname, typename classname::SelfType>>::Success()
51 static void Success() {} in Success() function
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Ddatabase.rs124 if !error.eq(&Error::Success) {
169 if !error.eq(&Error::Success) {
216 if !error.eq(&Error::Success) {
259 if !error.eq(&Error::Success) {
305 if !error.eq(&Error::Success) {
332 if !error.eq(&Error::Success) {
359 if !error.eq(&Error::Success) {
383 if !error.eq(&Error::Success) {
H A Derror.rs37 Success,
94 Error::Success => write!(f, "Successful"), in fmt()
122 0 => Ok(Error::Success), in deserialize()
H A Dasset.rs245 if !error.eq(&Error::Success) {
297 if !error.eq(&Error::Success) {
/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp146 void Success(napi_env env) in Success() function in AsyncStateBase
178 data->Success(env); in MakePromise()
682 data->Success(ctx); in CreateEnvironment()
707 data->Success(ctx); in CreateCamera()
754 data->Success(ctx); in CreateLight()
780 data->Success(ctx); in CreateNode()
979 data->Success(ctx); in CreateImage()

Completed in 3 milliseconds