Home
last modified time | relevance | path

Searched defs:success (Results 1 - 25 of 122) sorted by relevance

12345

/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_download_napi.cpp33 bool success = CloudFileNapi::Export(); in Export() local
H A Dgallery_sync_napi.cpp33 bool success = CloudSyncNapi::Export(); in Export() local
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_main.cpp29 bool success = DelayedSingleton<MtpFileSystem>::GetInstance()->Exec(); in main() local
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H A Dfile_sharing.cpp37 bool success = PrepareDir(STORAGE_DAEMON_EL1_DIR, STORAGE_DAEMON_DIR_MODE, ROOT_UID, ROOT_GID); in PrepareFileSharingDir() local
[all...]
/foundation/arkui/ui_lite/test/unittest/image/
H A Dimage_load_unit_test.cpp122 bool success = ImageLoad::GetImageInfo(imgResFds_[i], sizes_[i], imgInfos_[i]); in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dconcurrent_map_test.cpp74 auto success = values_.Emplace( in HWTEST_F() local
112 auto success = values_.Emplace("test", value); in HWTEST_F() local
[all...]
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H A Dability_kit.cpp20 int32_t AbilityKit::RegisterReceiver(const char *bundleName, SuccessCallback success, FailCallback fail, in RegisterReceiver() argument
60 int32_t RegisterReceiver(const char *bundleName, SuccessCallback success, FailCallback fail) in RegisterReceiver() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_unmarshal_thread_test.cpp70 bool success = data->WriteParcelable(transactionData.get()); in HWTEST_F() local
92 bool success = data->WriteParcelable(transactionData.get()); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dflat_container.cpp54 bool success = true; in Add() local
57 Invoke<IOnChildChanging>(OnAdding(), info, success); in Add() local
87 bool success = true; in Insert() local
90 Invoke<IOnChildChanging>(OnAdding(), info, success); in Insert() local
138 bool success = true; Replace() local
140 Invoke<IOnChildChanging>(OnRemoving(), removedInfo, success); Replace() local
147 Invoke<IOnChildChanging>(OnAdding(), addedInfo, success); Replace() local
[all...]
H A Dcontainer.cpp62 bool success = true; in Add() local
65 Invoke<IOnChildChanging>(OnAdding(), info, success); in Add() local
102 bool success = true; in Insert() local
105 Invoke<IOnChildChanging>(OnAdding(), info, success); in Insert() local
186 bool success = true; Replace() local
189 Invoke<IOnChildChanging>(OnRemoving(), removedInfo, success); Replace() local
196 Invoke<IOnChildChanging>(OnAdding(), addedInfo, success); Replace() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_util_test.cpp145 bool success = storeUtil_.InitPath(path); in HWTEST_F() local
180 bool success = storeUtil_.InitPath(path); in HWTEST_F() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/
H A Dcommon_func.cpp33 const string success = "success"; in GetCallbackHandles() local
/foundation/communication/netmanager_base/frameworks/js/napi/network/network_exec/src/
H A Dnetwork_exec.cpp103 napi_value success = context->GetSuccessCallback(); in GetTypeCallback() local
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_dfx.cpp24 void WifiDirectDfx::DfxRecord(bool success, int32_t reason, WifiDirectConnectInfo &connectInfo) in DfxRecord() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service.cpp84 void MockScanService::HandleAutoConnectStateChanged(bool success) in HandleAutoConnectStateChanged() argument
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_async_callback.cpp39 bool success = HttpRequest::Request(&asyncCallback->requestData, &responseData); in AsyncExecHttpRequest() local
102 JSIValue success = responseCallback[CB_SUCCESS]; in OnSuccess() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/communication/
H A Dconnect_manager.cpp70 bool success = false; in RegisterSessionCloseListener() local
98 bool success = false; in RegisterSessionOpenListener() local
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.h358 auto success = Reading(output, data, head); in ReadVariant() local
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_utils.h162 auto success = DataObsUtils::Unmarshalling(value, data); in ReadVariant() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/digit_indicator/
H A Ddigit_indicator_layout_algorithm.cpp88 auto success = indicatorPattern->GetDigitFrameSize(layoutGeometryNode, frameSize); in Layout() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.cpp53 JSIValue success = JSI::GetNamedProperty(args[0], CB_SUCCESS); in TestStandardCallback() local
133 JSIValue success = JSI::GetNamedProperty(args[0], CB_SUCCESS); in TestStandardCallbackWithArgs() local
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_manager_common.cpp52 auto success = engine_->LoadEngineLib(); in LoadEngineLib() local
71 auto success = engine_->InitEngine(eglContext, data); in InitEngine() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dattachment_container.cpp149 void AttachmentContainer::AddingToContainer(const ChildChangedInfo& info, bool& success) in AddingToContainer() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h334 bool success = parcel.WriteUint32(val.size()); in Marshalling() local
/foundation/resourceschedule/ffrt/src/sched/
H A Dmulti_workgroup.cpp136 bool success = InsertThreadInWorkGroup(rsWorkGroup, tid); in JoinRSWorkGroup() local

Completed in 9 milliseconds

12345