Home
last modified time | relevance | path

Searched defs:type (Results 2851 - 2875 of 3614) sorted by relevance

1...<<111112113114115116117118119120>>...145

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp285 WindowType type in HWTEST_F() local
1865 AvoidAreaType type = AvoidAreaType::TYPE_SYSTEM; HWTEST_F() local
[all...]
H A Dwindow_session_impl_test2.cpp382 AvoidAreaType type = AvoidAreaType::TYPE_SYSTEM; HWTEST_F() local
1147 WindowSetUIContentType type = WindowSetUIContentType::DEFAULT; HWTEST_F() local
[all...]
H A Dwindow_test.cpp2806 OccupiedAreaType type = OccupiedAreaType::TYPE_INPUT; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_impl.cpp688 void AbilityImpl::WindowLifeCycleImpl::ForegroundFailed(int32_t type) in ForegroundFailed() argument
745 BackgroundFailed(int32_t type) BackgroundFailed() argument
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_item_info.cpp492 void FormItemInfo::SetType(const FormType &type) in SetType() argument
H A Dform_data_proxy_record.cpp746 std::string type = isRdbType ? "rdb" : "published"; in PrintSubscribeState() local
H A Dform_timer_mgr.cpp148 bool FormTimerMgr::UpdateFormTimer(int64_t formId, const UpdateType &type, const FormTimerCfg &timerCfg) in UpdateFormTimer() argument
1492 int type = want.GetIntParam(Constants::KEY_ACTION_TYPE, Constants::TYPE_STATIC_UPDATE); in OnReceiveEvent() local
[all...]
/foundation/ability/ability_runtime/tools/aa/src/
H A Daccessibility_ability_command.cpp985 AccessibilityConfig::DALTONIZATION_TYPE type = AccessibilityConfig::DALTONIZATION_TYPE::Normal; in RunAsSetDaltonizationColorFilter() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1100 ReadArrayToParcel(Parcel& parcel, int type, sptr<AAFwk::IArray>& ao) ReadArrayToParcel() argument
1210 ReadFromParcelWantParamWrapper(Parcel& parcel, const std::string& key, int type) ReadFromParcelWantParamWrapper() argument
1305 ReadUnsupportedData(Parcel& parcel, const std::string& key, int type) ReadUnsupportedData() argument
1343 ReadFromParcelParam(Parcel& parcel, const std::string& key, int type) ReadFromParcelParam() argument
1405 int type; ReadFromParcel() local
[all...]
H A Ddistributed_want.cpp245 DistributedWant& DistributedWant::SetType(const std::string& type) in SetType() argument
822 DistributedWant& DistributedWant::SetUriAndType(const OHOS::Uri& uri, const std::string& type) in SetUriAndType() argument
1195 std::string type = wantJson.at("type").get<std::string>(); ReadFromJson() local
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_1.cpp1735 std::vector<int8_t> Convert(OHOS::HDI::Nnrt::V2_1::NodeType type, const PrimitivePtr primitive) in Convert() argument
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp552 std::string type; in NAPI_RegisterFormUninstallObserver() local
603 std::string type; NAPI_UnregisterFormUninstallObserver() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp50 void SendAbilityEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo) in SendAbilityEvent() argument
67 bool ImplicitStartProcessor::IsExtensionInWhiteList(AppExecFwk::ExtensionAbilityType type) in IsExtensionInWhiteList() argument
190 std::string type = MatchTypeAndUri(request.want); in ImplicitStartAbility() local
268 std::string type = MatchTypeAndUri(request.want); in ImplicitStartAbility() local
293 std::string type = want.GetType(); MatchTypeAndUri() local
[all...]
H A Dfree_install_manager.cpp61 auto type = caller->GetAbilityInfo().type; in IsTopAbility() local
H A Dsystem_dialog_scheduler.cpp453 void SystemDialogScheduler::InitDialogPosition(DialogType type, DialogPosition &position) const in InitDialogPosition() argument
526 void SystemDialogScheduler::GetDialogPositionAndSize(DialogType type, DialogPosition &position, int lineNums) const in GetDialogPositionAndSize() argument
352 GetPcSelectorDialogWant(const std::vector<DialogAppInfo> &dialogAppInfos, Want &requestWant, Want &targetWant, const std::string &type, int32_t userId, const sptr<IRemoteObject> &callerToken) GetPcSelectorDialogWant() argument
367 GetPcSelectorParams(const std::vector<DialogAppInfo> &infos, const std::string &type, int32_t userId, const std::string &action) const GetPcSelectorParams() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dcast_stream_player.cpp220 void CastStreamPlayerCallback::OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format &infoBody) in OnInfo() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dcast_stream_player.cpp220 void CastStreamPlayerCallback::OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format &infoBody) in OnInfo() argument
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp554 auto type = value.GetParam(TYPE_PROPERTY); WriteToParcelWantParams() local
1168 ReadArrayToParcel(Parcel &parcel, int type, sptr<IArray> &ao, int depth) ReadArrayToParcel() argument
1297 ReadFromParcelWantParamWrapper(Parcel &parcel, const std::string &key, int type, int depth) ReadFromParcelWantParamWrapper() argument
1412 ReadUnsupportedData(Parcel &parcel, const std::string &key, int type) ReadUnsupportedData() argument
1450 ReadFromParcelParam(Parcel &parcel, const std::string &key, int type, int depth) ReadFromParcelParam() argument
1514 int type; ReadFromParcel() local
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dnapi_data_ability_helper.cpp469 std::string type = NapiValueToStringUtf8(env, args[PARAM0]); in RegisterWrap() local
640 std::string type = NapiValueToStringUtf8(env, args[PARAM0]); UnRegisterWrap() local
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h94 AbilityType type = AbilityType::UNKNOWN; member
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dability_context_impl.cpp919 ErrCode AbilityContextImpl::StartAbilityByType(const std::string &type, in StartAbilityByType() argument
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
H A Dability_manager_client_branch_test.cpp1566 std::string type = ""; HWTEST_F() local
1580 std::string type = ""; HWTEST_F() local
1594 std::string type = "continueStateChange"; HWTEST_F() local
1868 int32_t type = CollaboratorType::RESERVE_TYPE; HWTEST_F() local
1881 int32_t type = CollaboratorType::RESERVE_TYPE; HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl.cpp685 bool CastSessionImpl::IsVtpUsed(ChannelType type) in IsVtpUsed() argument
690 bool CastSessionImpl::IsChannelClient(ChannelType type) in IsChannelClient() argument
699 bool CastSessionImpl::IsChannelNeeded(ChannelType type) in IsChannelNeeded() argument
704 std::pair<int, int> CastSessionImpl::GetMediaPort(ChannelType type, in argument
737 SetupMedia(const CastInnerRemoteDevice &remote, ChannelType type, int ports) SetupMedia() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp66 int32_t BufferReceiver::RequestRead(MediaType type, std::function<void(const MediaData::Ptr &data)> cb) in RequestRead() argument
75 bufferReader_->NotifyReadReady(GetReceiverId(), type); in RequestRead() local
79 bufferReader_->NotifyReadReady(GetReceiverId(), type); in RequestRead() local
82 bufferReader_->NotifyReadReady(GetReceiverId(), type); in RequestRead() local
110 bufferReader_->ClearDataBit(GetReceiverId(), type); RequestRead() local
111 bufferReader_->ClearReadBit(GetReceiverId(), type); RequestRead() local
114 bufferReader_->NotifyReadReady(GetReceiverId(), type); RequestRead() local
244 NotifyDataReceiver(MediaType type) NotifyDataReceiver() argument
309 SetNeedUpdate(bool enable, MediaType type) SetNeedUpdate() argument
319 DataAvailable(MediaType type) DataAvailable() argument
354 GetReceiverReadIndex(MediaType type) GetReceiverReadIndex() argument
558 RequestDataBuffer(MediaType type, uint32_t size) RequestDataBuffer() argument
856 ReadBufferData(uint32_t receiverId, MediaType type, std::function<void(const MediaData::Ptr &data)> cb) ReadBufferData() argument
1228 FindLastIndex(MediaType type) FindLastIndex() argument
1238 UpdateReceiverReadIndex(uint32_t receiverId, const uint32_t readIndex, MediaType type) UpdateReceiverReadIndex() argument
1274 FindNextIndex(uint32_t index, MediaType type) FindNextIndex() argument
1298 FindNextIndex(uint32_t index, MediaType type, uint32_t receiverId) FindNextIndex() argument
1497 NotifyReadReady(uint32_t receiverId, MediaType type) NotifyReadReady() argument
1557 ActiveDataRef(MediaType type, bool keyFrame) ActiveDataRef() argument
1583 SetReceiverDataRef(uint32_t receiverId, MediaType type, bool ready) SetReceiverDataRef() argument
1614 SetReceiverReadRef(uint32_t receiverId, MediaType type, bool ready) SetReceiverReadRef() argument
1673 ClearReadBit(uint32_t receiverId, MediaType type) ClearReadBit() argument
1685 ClearDataBit(uint32_t receiverId, MediaType type) ClearDataBit() argument
1707 ActivateReceiverIndex(uint32_t index, MediaType type) ActivateReceiverIndex() argument
1727 UnlockWaitingReceiverIndex(MediaType type) UnlockWaitingReceiverIndex() argument
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_napi_common.cpp515 std::shared_ptr<JsCtxAppType> type = std::make_shared<JsCtxAppType>(); in JsGetCtxAppType() local
[all...]

Completed in 76 milliseconds

1...<<111112113114115116117118119120>>...145