Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_node_showing_command.cpp34 RSMarshallingHelper::Marshalling(parcel, success_) && in Marshalling()
70 RSMarshallingHelper::Unmarshalling(parcel, success_) && in ReadFromParcel()
80 success_ = false; in Process()
85 success_ = false; in Process()
89 success_ = (property_ != nullptr); in Process()
90 if (success_) { in Process()
101 RSMarshallingHelper::Marshalling(parcel, success_) && in Marshalling()
134 if (!RSMarshallingHelper::Unmarshalling(parcel, success_)) { in ReadFromParcel()
145 success_ = true; in Process()
168 RSMarshallingHelper::Marshalling(parcel, success_) && in Marshalling()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributed_crud_transaction_tools.cpp148 MST_LOG("[CHECK LOG]check first failed;%d", success_); in Check()
150 MST_LOG("[CHECK LOG]firstComplete_ failed %d;", success_); in Check()
151 success_ = result; in Check()
155 MST_LOG("[CHECK LOG]check second failed;%d", success_); in Check()
157 MST_LOG("[CHECK LOG]secondComplete_ failed %d;", success_); in Check()
158 success_ = result; in Check()
203 bool DeleteDataBase(bool success_, KvStoreDelegate *&delegate1, KvStoreDelegate *&delegate2, in DeleteDataBase() argument
217 MST_LOG("[CHECK LOG]check result %d", success_); in DeleteDataBase()
218 return success_; in DeleteDataBase()
271 return DeleteDataBase(success_, delegate1, delegate2, delegateManager1, delegateManager2); in testCrudTransaction()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_data_context.h52 int success_; member
65 …(0), createValueFunc_(nullptr), len_(0), deferred_(nullptr), callbackRef_(nullptr), success_(true), in ResMgrDataContext()
71 success_ = false;
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/mock_http_client/
H A Dhttp_client_task.h37 if (success_) { in Start()
102 success_ = success;
114 inline static bool success_ = true;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_command.h133 return success_; in IsSuccess()
138 bool success_ = false; variable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dworker.cpp455 if ((status != napi_ok || resultData == nullptr) && task->success_) { in NotifyTaskResult()
456 task->success_ = false; in NotifyTaskResult()
517 task->success_ = success; in TaskResultCallback()
552 task->success_ = false; in InitTaskPoolFunc()
561 task->success_ = false; in InitTaskPoolFunc()
616 task->success_ = false; in HandleFunctionException()
H A Dtask.h175 std::atomic<bool> success_ {true};
H A Dtaskpool.cpp470 } else if (task->success_) { in HandleTaskResultCallback()
481 …uccess = ((status == napi_ok) && (task->taskState_ != ExecuteState::CANCELED)) && (task->success_); in HandleTaskResultCallback()
H A Dtask.cpp1143 success_ = false; in DeserializeValue()
1155 success_ = false; in DeserializeValue()
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Dupload_task_napiV5.cpp35 … RecycleRef{ .env = env_, .successRef = success_, .failRef = fail_, .completeRef = complete_ }; in ~UploadTaskNapiV5()
62 bool successCb = JSUtil::ParseFunction(env, argv[FIRST_ARGV], "success", success_); in ParseCallback()
70 …config->fsuccess = std::bind(&UploadTaskNapiV5::OnSystemSuccess, env_, success_, std::placeholders… in AddCallbackToConfig()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H A Ddistributed_crud_transaction_tools.h61 bool success_ = true; variable
/ohos5.0/base/request/request/frameworks/js/napi/include/upload/
H A Dupload_task_napiV5.h71 napi_ref success_ = nullptr; variable
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_async_impl.cpp127 if (dataContext->success_) { in Complete()
135 if (dataContext->success_) { in Complete()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp4512 task->success_ = true;