Home
last modified time | relevance | path

Searched defs:success (Results 1 – 25 of 195) sorted by relevance

12345678

/ohos5.0/base/security/security_guard/test/unittest/config_manager/src/
H A Dsecurity_guard_config_manager_test.cpp118 bool success = configOptor->Init(); variable
149 bool success = config.Check(); variable
230 bool success = config.Parse(); variable
248 bool success = config.Parse(); variable
274 bool success = config.Parse(); variable
293 bool success = config.Parse(); variable
332 bool success = config.Parse(); variable
353 bool success = config.Parse(); variable
789 bool success = config.Parse(); variable
1016 bool success = config.Parse(); variable
[all …]
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dconfig_operator.cpp26 bool success = config_.Load(INIT_MODE); in Init() local
39 bool success = config_.Load(UPDATE_MODE); in Update() local
H A Devent_config.cpp76 bool success = EventConfig::ParseEventConfig(configs, jsonObj); in Parse() local
102 bool success = EventConfig::ParseEventConfig(configs, jsonObj); in Update() local
118 bool success = JsonCfg::Unmarshal<EventCfg>(configs, jsonObj, EVENT_CFG_KEY); in ParseEventConfig() local
H A Dmodel_config.cpp70 bool success = ParseModelConfig(configs, jsonObj); in Parse() local
96 bool success = ParseModelConfig(configs, jsonObj); in Update() local
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
H A Dparse_smaps_rollup_info.cpp39 bool success = MemoryUtil::GetInstance().GetTypeAndValue(str, type, value); in GetValue() local
49 bool success = MemoryUtil::GetInstance().GetTypeAndValue(str, type, value); in GetValue() local
63 bool success = MemoryUtil::GetInstance().GetTypeAndValue(str, type, value); in GetValue() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dflat_container.cpp54 bool success = true; in Add() local
87 bool success = true; in Insert() local
138 bool success = true; in Replace() local
H A Dcontainer.cpp62 bool success = true; in Add() local
102 bool success = true; in Insert() local
186 bool success = true; in Replace() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_unmarshal_thread_test.cpp69 bool success = data->WriteParcelable(transactionData.get()); variable
91 bool success = data->WriteParcelable(transactionData.get()); variable
/ohos5.0/base/security/security_guard/services/risk_classify/model_manager/src/
H A Dmodel_manager.cpp41 bool success = ConfigDataManager::GetInstance().GetModelConfig(modelId, cfg); in Init() local
69 bool success = ConfigDataManager::GetInstance().GetModelConfig(modelId, cfg); in InitModel() local
127 bool success = ConfigDataManager::GetInstance().GetModelConfig(modelId, config); in GetResult() local
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp291 bool success = Unmarshalling(parcel, val); in UnmarshallingWithCopy() local
688 bool success = Unmarshalling(parcel, blurRadius); in Unmarshalling() local
719 bool success = Marshalling(parcel, val->radius); in Marshalling() local
731 bool success = Unmarshalling(parcel, radius); in Unmarshalling() local
787 bool success = Unmarshalling(parcel, factor); in Unmarshalling() local
870 bool success = true; in Unmarshalling() local
955 bool success = true; in Unmarshalling() local
1008 bool success = Unmarshalling(parcel, emitRate); in Unmarshalling() local
1086 bool success = in Unmarshalling() local
1258 bool success = true; in Unmarshalling() local
[all …]
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_date_time_chooser_callback_wrapper.cpp29 void ArkWebDateTimeChooserCallbackWrapper::Continue(bool success, const OHOS::NWeb::DateTime& value) in Continue()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_date_time_chooser_callback_impl.cpp29 void ArkWebDateTimeChooserCallbackImpl::Continue(bool success, const ArkWebDateTime& value) in Continue()
/ohos5.0/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
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_stream.cpp96 bool success = stream->Read(&buf, UINT8_BYTES_NUM); in Read8() local
111 bool success = stream->Read(buf, UINT16_BYTES_NUM); in Read16() local
126 bool success = stream->Read(buf, UINT32_BYTES_NUM); in Read32() local
144 bool success = stream->Read(buf, UINT64_BYTES_NUM); in Read64() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_util_test.cpp145 bool success = storeUtil_.InitPath(path); variable
180 bool success = storeUtil_.InitPath(path); variable
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_returncode_utils.h76 int32_t success = static_cast<int32_t>(V2_0::NNRT_ReturnCode::NNRT_SUCCESS); in CheckReturnCode() local
H A Dhdi_returncode_utils_v2_1.h76 int32_t success = static_cast<int32_t>(V2_1::NNRT_ReturnCode::NNRT_SUCCESS); in CheckReturnCode_V2_1() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_asset_loader_test.cpp80 std::function<void(bool)> lambdaFunc = [](bool success) { in __anonc13185930102()
98 std::function<void(bool)> lambdaFunc = [](bool success) { in __anonc13185930202()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dconcurrent_map_test.cpp74 auto success = values_.Emplace( variable
112 auto success = values_.Emplace("test", value); variable
/ohos5.0/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H A Dability_kit.cpp20 int32_t AbilityKit::RegisterReceiver(const char *bundleName, SuccessCallback success, FailCallback … in RegisterReceiver()
60 int32_t RegisterReceiver(const char *bundleName, SuccessCallback success, FailCallback fail) in RegisterReceiver()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_kernel_info.cpp48 bool success = parseVmallocinfo->GetVmallocinfo(vmallocValue); in GetKernel() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_capturer_stream_impl.cpp430 void PaCapturerStreamImpl::PAStreamStartSuccessCb(pa_stream *stream, int32_t success, void *userdat… in PAStreamStartSuccessCb()
453 void PaCapturerStreamImpl::PAStreamPauseSuccessCb(pa_stream *stream, int32_t success, void *userdat… in PAStreamPauseSuccessCb()
469 void PaCapturerStreamImpl::PAStreamFlushSuccessCb(pa_stream *stream, int32_t success, void *userdat… in PAStreamFlushSuccessCb()
483 void PaCapturerStreamImpl::PAStreamStopSuccessCb(pa_stream *stream, int32_t success, void *userdata) in PAStreamStopSuccessCb()
536 void PaCapturerStreamImpl::PAStreamUpdateTimingInfoSuccessCb(pa_stream *stream, int32_t success, vo… in PAStreamUpdateTimingInfoSuccessCb()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp148 bool success = jerry_delete_property(globalObject, pagePropName); in RegisterUriAndParamsToPage() local
427 bool success = jerry_delete_property(globalObject, pagePropName); in ReleaseRootObject() local
436 bool success = jerry_delete_property(globalObject, appPropName); in ReleaseRootObject() local

12345678