Home
last modified time | relevance | path

Searched refs:get (Results 11551 - 11575 of 11802) sorted by relevance

1...<<461462463464465466467468469470>>...473

/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp139 { "get", no_argument, nullptr, 'g' },
185 messageMap_[GET_ABILITY_SERVICE_FAILED] = "error: get ability service failed."; in CreateMessageMap()
197 messageMap_[GET_BUNDLE_MANAGER_SERVICE_FAILED] = "error: get bundle manager service failed."; in CreateMessageMap()
200 messageMap_[GET_RECENT_MISSIONS_FAILED] = "error: get recent missions failed."; in CreateMessageMap()
211 messageMap_[GET_BUNDLE_INFO_FAILED] = "error: get bundle info failed."; in CreateMessageMap()
244 result = AbilityManagerClient::GetInstance()->StartAbility(want, *(setting.get()), nullptr, -1); in RunAsStartAbility()
682 case 'g': { // 'aa appdebug -g get' in SwitchOptionForAppDebug()
683 TAG_LOGD(AAFwkTag::AA_TOOL, "'aa %{public}s -g' get", cmd_.c_str()); in SwitchOptionForAppDebug()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp86 TAG_LOGE(AAFwkTag::UIABILITY, "get value failed"); in OnContinuePromiseCallback()
239 TAG_LOGE(AAFwkTag::UIABILITY, "get ability native object failed"); in SetAbilityContext()
253 abilityContext_->Bind(jsRuntime_, shellContextRef_.get()); in SetAbilityContext()
299 TAG_LOGE(AAFwkTag::UIABILITY, "get ability object failed"); in OnStart()
616 TAG_LOGE(AAFwkTag::UIABILITY, "get Ability object failed"); in CallOnForegroundFunc()
694 TAG_LOGE(AAFwkTag::UIABILITY, "get js value failed"); in OnBackPress()
711 TAG_LOGE(AAFwkTag::UIABILITY, "get js value failed"); in OnPrepareTerminate()
951 TAG_LOGE(AAFwkTag::UIABILITY, "get intentExecutor failed"); in ExecuteInsightIntentRepeateForeground()
996 TAG_LOGE(AAFwkTag::UIABILITY, "get intentExecutor failed"); in ExecuteInsightIntentMoveToForeground()
1028 TAG_LOGE(AAFwkTag::UIABILITY, "get intentExecuto in ExecuteInsightIntentBackground()
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp636 if (memoryLevelInfo.get() == nullptr) { in HandleNotifyProcMemoryLevel()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp1809 Profile::ModuleJson moduleJson = jsonObject.get<Profile::ModuleJson>(); in TransformTo()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp673 TAG_LOGE(AAFwkTag::APPKIT, "Failed to get OsAccountManager instance"); in GetCurrentAccountId()
686 TAG_LOGE(AAFwkTag::APPKIT, "Failed to get OsAccountManager instance"); in GetCurrentActiveAccountId()
1127 if (!bundleMgr_->GetHapModuleInfo(*abilityInfo.get(), *hapModuleInfo_)) { in InitHapModuleInfo()
1386 // 1.get overlay hapPath in OnOverlayChanged()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp43 // Hence we get the following conversion:
324 "Fail to get thumbnail data of dataability or datashare, please check the validation of src."); in GenerateThumbnailLoadTask()
660 paint.setColor(paint.getColor4f(), colorSpace.get());
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp611 return *(resolvedSafeAreaPadding.get()); in GetOrCreateSafeAreaPadding()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_content_session.cpp506 int curRequestCode = reinterpret_cast<UIExtensionContext*>(context.get())->GenerateCurRequestCode(); in StartAbilityForResultRuntimeTask()
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp1128 xmlNode* root = xmlDocGetRootElement(docSharedPtr.get()); in ToSpanString()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_grid_bridge.cpp814 bool irregularResult = ArkTSUtils::ParseArray<int32_t>(vm, irregularIndexesVal, irregularIndexes.get(), length, in SetGridLayoutOptions()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp885 const AppExecFwk::AbilityInfo abilityInfoInstance = *(abilityInfo.get()); in StartData()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp1419 return *(pattern_[id].get()); in GetPattern()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp71 return instance_.get(); in GetInstance()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1004 float invert = std::get<float>(value); in SetInvert()
1296 LOGE("Touch listener component get failed!"); in SetFocusOnTouch()
1301 LOGE("focusable component get failed!"); in SetFocusOnTouch()
1307 LOGE("main component get failed!"); in SetFocusOnTouch()
1317 LOGE("focusable component get failed!"); in SetDefaultFocus()
1327 LOGE("focusable component get failed!"); in SetGroupDefaultFocus()
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_pattern_test_ng.cpp937 * @tc.desc: SetBuilderFunc and get value
1258 ASSERT_NE(content.get(), nullptr); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp372 timePickerEventHub->FireChangeEvent(info.get()); in FireChangeEvent()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_attr_test_ng.cpp1437 auto finalPadding = columnNode->GetLayoutProperty()->padding_.get(); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1335 EXPECT_CALL(*(MockWindow*)(context_->window_.get()), SetDrawTextAsBitmap(_)).Times(AnyNumber()); in HWTEST_F()
1767 * @tc.expected: get KeyboardSafeAreaEnabled is true. in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp904 return instance.get(); in GetProfile()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp222 profile_->RegisterObserver(pfObserver_.get()); in EnableProfile()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/
H A Dbms_uninstall_system_test.cpp88 std::string resultMsg = future.get(); in GetResultMsg()
155 APP_LOGE("fail to get system ability mgr."); in GetBundleMgrProxy()
161 APP_LOGE("fail to get bundle manager proxy."); in GetBundleMgrProxy()
165 APP_LOGI("get bundle manager proxy success."); in GetBundleMgrProxy()
179 APP_LOGE("fail to get bundle installer proxy"); in GetInstallerProxy()
183 APP_LOGI("get bundle installer proxy success."); in GetInstallerProxy()
279 APP_LOGE("get bundle installer failed."); in Install()
297 APP_LOGE("get bundle installer failed."); in StreamInstall()
314 APP_LOGE("get bundle installer failed."); in Uninstall()
337 APP_LOGE("get bundl in HapUninstall()
[all...]
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp195 return future.get(); in GetResultCode()
213 {"get", [this] { return this->RunAsGetCommand(); } }, in CreateCommandMap()
1529 // 1.'bm get' with no option: bm get in RunAsGetCommand()
1530 // 2.'bm get' with a wrong argument: bm get -xxx in RunAsGetCommand()
1531 APP_LOGD("'bm get' %{public}s", HELP_MSG_NO_OPTION.c_str()); in RunAsGetCommand()
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp913 params.stateCache.multiRenderPassStore.firstRenderPassBarrierList = nodeData.renderBarrierList.get(); in BeginRenderPassHandleDependency()
1533 // get the current state of the buffer
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp1042 return platformGpuMemoryAllocator_.get(); in GetPlatformGpuMemoryAllocator()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp402 HLOGE("get input port definition failed"); in UpdateInPortFormat()
434 HLOGE("get output port definition failed"); in UpdateOutPortFormat()
506 HLOGE("get OMX_IndexParamVideoBitrate failed"); in ConfigureOutputBitrate()
566 HLOGE("get OMX_IndexParamVideoAvc parameter fail"); in SetupAVCEncoderParameters()
646 HLOGE("get OMX_IndexParamVideoHevc parameter fail"); in SetupHEVCEncoderParameters()
995 callback_->OnOutputFormatChanged(*(outputFormat_.get())); in DealWithResolutionChange()

Completed in 65 milliseconds

1...<<461462463464465466467468469470>>...473