Home
last modified time | relevance | path

Searched refs:typeContent (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_service.h122 void GetSharingType(const SharingIfaceType &type, const std::string &typeContent, std::string &sharingType);
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp129 void NetworkShareService::GetSharingType(const SharingIfaceType &type, const std::string &typeContent, in GetSharingType() argument
135 sharingType += typeContent; in GetSharingType()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_service_test.cpp296 std::string typeContent = "wifi;"; in HWTEST_F() local
297 instance_->GetSharingType(SharingIfaceType::SHARING_BLUETOOTH, typeContent, sharingType); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_ui_extension.cpp358 JSRef<JSVal> typeContent = contentMapObj->GetProperty(strName.c_str()); in ResolveAreaPlaceholderParams() local
359 if (!typeContent->IsObject()) { in ResolveAreaPlaceholderParams()
362 auto componentContentObj = JSRef<JSObject>::Cast(typeContent); in ResolveAreaPlaceholderParams()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp1122 const DimensionUnit &typeContent) in SetBackgroundImagePositionAlign()
1125 type = typeContent; in SetBackgroundImagePositionAlign()
1121 SetBackgroundImagePositionAlign(double &value, DimensionUnit &type, double valueContent, const DimensionUnit &typeContent) SetBackgroundImagePositionAlign() argument

Completed in 26 milliseconds