Home
last modified time | relevance | path

Searched refs:want (Results 2001 - 2025 of 2547) sorted by relevance

1...<<81828384858687888990>>...102

/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_data.h28 #include "want.h"
56 AAFwk::Want want = {}; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/
H A Djs_app_control.h23 #include "want.h"
31 OHOS::AAFwk::Want want; member
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_bundle_manager.h26 #include "want.h"
46 bool QueryAbilityInfo(const AAFwk::Want& want, AbilityInfo& abilityInfo) override;
/foundation/filemanagement/user_file_service/interfaces/kits/picker/include/
H A Dpicker_n_exporter.h43 OHOS::AAFwk::Want want; member
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dapp_file_access_ext_connection.h27 #include "want.h"
39 void ConnectFileExtAbility(const AAFwk::Want &want);
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dconfirm_callback.h25 #include "want.h"
49 void OnResult(int32_t resultCode, const OHOS::AAFwk::Want &want);
/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Dbundle_manager_helper.h39 bool QueryAbilityInfo(const AAFwk::Want &want, int32_t flags, int32_t userId,
/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dfile_access_service_mock.h38 MOCK_METHOD2(ConnectFileExtAbility, int32_t(const AAFwk::Want &want,
/test/xts/acts/ability/ability_runtime/abilitymultiinstance/amsabilitymultiinstanceappe/entry/src/main/js/MainAbility/pages/index/
H A Dindex.js74 want:
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_common.h145 unsigned want; member
/third_party/node/deps/npm/node_modules/@colors/colors/lib/
H A DextendStringPrototype.js71 ' is probably something you don\'t want to override. ' +
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp693 return sessionInfo.isAtomicService_ && sessionInfo.want != nullptr && in IsAtomicServiceFreeInstall()
694 (sessionInfo.want->GetFlags() & AAFwk::Want::FLAG_INSTALL_ON_DEMAND) == in IsAtomicServiceFreeInstall()
1651 "moduleName: %{public}s, abilityName: %{public}s want: %{public}s", sceneSession->GetPersistentId(), in InitSceneSession()
1653 sessionInfo.want == nullptr ? "nullptr" : sessionInfo.want->ToString().c_str()); in InitSceneSession()
1705 if (session != nullptr && sessionInfo.want != nullptr) { in UpdateSceneSessionWant()
1708 session->SetSessionInfoWant(sessionInfo.want); in UpdateSceneSessionWant()
1754 if (sessionInfo.want != nullptr) { in SetAbilitySessionInfo()
1755 abilitySessionInfo->want = *sessionInfo.want; in SetAbilitySessionInfo()
2263 auto want = std::make_shared<AAFwk::Want>(); ResetWantInfo() local
3421 AAFwk::Want want; GetStartupPage() local
3546 AAFwk::Want want; QueryAbilityInfoFromBMS() local
6132 AAFwk::Want want; ProcessPreload() local
6594 GetAllAbilityInfos( const AAFwk::Want& want, int32_t userId, std::vector<SCBAbilityInfo>& scbAbilityInfos) GetAllAbilityInfos() argument
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp600 int AppMgrService::StartUserTestProcess(const AAFwk::Want &want, const sptr<IRemoteObject> &observer, in StartUserTestProcess() argument
612 want, observer, bundleInfo, userId]() { in StartUserTestProcess()
613 appMgrServiceInner->StartUserTestProcess(want, observer, bundleInfo, userId); in StartUserTestProcess()
913 void AppMgrService::ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &flag) in ScheduleAcceptWantDone() argument
922 auto task = [appMgrServiceInner = appMgrServiceInner_, recordId, want, flag]() { in ScheduleAcceptWantDone()
923 appMgrServiceInner->ScheduleAcceptWantDone(recordId, want, flag); in ScheduleAcceptWantDone()
928 void AppMgrService::ScheduleNewProcessRequestDone(const int32_t recordId, const AAFwk::Want &want, in ScheduleNewProcessRequestDone() argument
938 auto task = [appMgrServiceInner = appMgrServiceInner_, recordId, want, flag]() { in ScheduleNewProcessRequestDone()
939 appMgrServiceInner->ScheduleNewProcessRequestDone(recordId, want, flag); in ScheduleNewProcessRequestDone()
1143 int32_t AppMgrService::StartNativeProcessForDebugger(const AAFwk::Want &want) in StartNativeProcessForDebugger() argument
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwcharndk1.cpp708 size_t want = PARAM_6; in Wcsnlen_One() local
711 napi_create_int32(env, ret == want, &result); in Wcsnlen_One()
756 size_t want = PARAM_6; in Wcsrtombs_One() local
760 napi_create_int32(env, ret == want, &result); in Wcsrtombs_One()
767 size_t want = 5U; in Wcsspn_One() local
769 napi_create_int32(env, ret == want, &result); in Wcsspn_One()
874 unsigned long want = PARAM_25; in Wcstoul_One() local
877 napi_create_int32(env, ret == want, &result); in Wcstoul_One()
909 int want = PARAM_2; in Wcswidth_One() local
910 int ret = wcswidth(L"abc", want); in Wcswidth_One()
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp553 TAG_LOGD(AAFwkTag::APPKIT, "The pid of the app we want to dump memory allocation information is: %{public}i", pid); in ScheduleHeapMemory()
707 const std::shared_ptr<AAFwk::Want> &want, int32_t abilityRecordId) in ScheduleLaunchAbility()
713 if (want != nullptr) { in ScheduleLaunchAbility()
714 AAFwk::Want newWant(*want); in ScheduleLaunchAbility()
718 auto abilityRecord = std::make_shared<AbilityLocalRecord>(abilityInfo, token, want, abilityRecordId); in ScheduleLaunchAbility()
746 * @param token The token belong to the ability which want to be cleaned.
1148 auto want = data.GetWant(); in HandleOnOverlayChanged() local
1149 std::string action = want.GetAction(); in HandleOnOverlayChanged()
1977 auto args = std::make_shared<AbilityDelegatorArgs>(record->want); in PrepareAbilityDelegator()
2617 * @param event the event want t
706 ScheduleLaunchAbility(const AbilityInfo &info, const sptr<IRemoteObject> &token, const std::shared_ptr<AAFwk::Want> &want, int32_t abilityRecordId) ScheduleLaunchAbility() argument
2830 HandleScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) HandleScheduleAcceptWant() argument
2849 ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) ScheduleAcceptWant() argument
2866 HandleScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) HandleScheduleNewProcessRequest() argument
2885 ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) ScheduleNewProcessRequest() argument
[all...]
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/
H A Dcamera_ability_slice.cpp493 void CameraAbilitySlice::OnStart(const Want &want) in OnStart() argument
495 AbilitySlice::OnStart(want); in OnStart()
553 void CameraAbilitySlice::OnActive(const Want &want) in OnActive() argument
556 AbilitySlice::OnActive(want); in OnActive()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dpublish.cpp275 std::shared_ptr<AAFwk::Want> want = std::make_shared<AAFwk::Want>(); in ParseShowOptions() local
284 want->SetElementName(bundleName, abilityName); in ParseShowOptions()
290 want->SetUri(uri); in ParseShowOptions()
295 wants.emplace_back(want); in ParseShowOptions()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_enable_notification.cpp530 AAFwk::Want want; in CreateUIExtension() local
533 want.SetElementName(targetBundleName, targetAbilityName); in CreateUIExtension()
535 std::string typeKey = "ability.want.params.uiExtensionType"; in CreateUIExtension()
537 want.SetParam(typeKey, typeValue); in CreateUIExtension()
556 int32_t sessionId = uiContent->CreateModalUIExtension(want, uiExtensionCallbacks, config); in CreateUIExtension()
/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp93 sptr<IRemoteObject> PdpProfileAbility::OnConnect(const AAFwk::Want &want) in OnConnect() argument
96 Extension::OnConnect(want); in OnConnect()
108 void PdpProfileAbility::OnStart(const AppExecFwk::Want &want) in OnStart() argument
111 Extension::OnStart(want); in OnStart()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h317 * @param want starting ability param
322 std::shared_ptr<AAFwk::Want> want, int32_t abilityRecordId);
666 void SetSpecifiedAbilityFlagAndWant(int requestId, const AAFwk::Want &want, const std::string &moduleName);
667 void SetScheduleNewProcessRequestState(int32_t requestId, const AAFwk::Want &want, const std::string &moduleName);
692 void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName);
696 * Get the want param for specified request
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dability_command_test.cpp832 Want want; in HWTEST_F() local
834 EXPECT_EQ(cmd.MakeWantFromCmd(want, windowMode), OHOS::ERR_INVALID_VALUE); in HWTEST_F()
853 Want want; in HWTEST_F() local
855 EXPECT_EQ(cmd.MakeWantFromCmd(want, windowMode), OHOS::ERR_INVALID_VALUE); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_info_mgr.cpp228 return (isStartByCall && !mission.missionInfo.want.GetBoolParam(Want::PARAM_RESV_CALL_TO_FOREGROUND, false)); in DoesNotShowInTheMissionList()
485 savedSnapshot.topAbility = it->missionInfo.want.GetElement(); in UpdateMissionSnapshot()
523 missionSnapshot.topAbility = it->missionInfo.want.GetElement(); in UpdateMissionSnapshot()
624 missionSnapshot.topAbility = it->missionInfo.want.GetElement(); in GetMissionSnapshot()
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H A Dmission_list_manager.h33 #include "want.h"
138 * @param resultWant result want
292 void OnAcceptWantResponse(const AAFwk::Want &want, const std::string &flag) override;
294 void OnStartSpecifiedAbilityTimeoutResponse(const AAFwk::Want &want) override;
473 std::shared_ptr<Mission> GetMissionBySpecifiedFlag(const AAFwk::Want &want, const std::string &flag) const;
508 void NotifyStartSpecifiedAbility(AbilityRequest &request, const AAFwk::Want &want);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp479 ErrCode BundleMgrClientImpl::GetSandboxAbilityInfo(const Want &want, int32_t appIndex, int32_t flags, int32_t userId, in GetSandboxAbilityInfo() argument
494 return bundleMgr_->GetSandboxAbilityInfo(want, appIndex, flags, userId, abilityInfo); in GetSandboxAbilityInfo()
497 ErrCode BundleMgrClientImpl::GetSandboxExtAbilityInfos(const Want &want, int32_t appIndex, int32_t flags, in GetSandboxExtAbilityInfos() argument
512 return bundleMgr_->GetSandboxExtAbilityInfos(want, appIndex, flags, userId, extensionInfos); in GetSandboxExtAbilityInfos()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_data_mgr.cpp117 ErrCode BmsExtensionDataMgr::QueryAbilityInfos(const Want &want, int32_t userId, in QueryAbilityInfos() argument
127 return bundleMgrExtPtr->QueryAbilityInfos(want, userId, abilityInfos); in QueryAbilityInfos()
133 ErrCode BmsExtensionDataMgr::QueryAbilityInfosWithFlag(const Want &want, int32_t flags, int32_t userId, in QueryAbilityInfosWithFlag() argument
143 return bundleMgrExtPtr->QueryAbilityInfosWithFlag(want, flags, userId, abilityInfos, isNewVersion); in QueryAbilityInfosWithFlag()

Completed in 32 milliseconds

1...<<81828384858687888990>>...102