Home
last modified time | relevance | path

Searched refs:str_ (Results 1 - 25 of 25) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp72 str_ = ""; in Reset()
361 str_.append(SPACE); in IsNull()
362 str_.append(IS_NULL); in IsNull()
363 str_.append(SPACE); in IsNull()
365 str_.append(myField); in IsNull()
375 str_.append(SPACE); in IsNotNull()
376 str_.append(IS_NOT_NULL); in IsNotNull()
377 str_.append(SPACE); in IsNotNull()
379 str_.append(myField); in IsNotNull()
499 str_ in And()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_value.h59 explicit WebJavaScriptValue(const std::string& value) : type_(Type::STRING), str_(value) {} in WebJavaScriptValue()
60 WebJavaScriptValue(const char* data, size_t len) : type_(Type::BINARY), str_(data, len) {} in WebJavaScriptValue()
83 str_ = value.str_; in WebJavaScriptValue()
86 str_ = value.str_; in WebJavaScriptValue()
130 str_ = value.str_; in operator =()
133 str_ = value.str_; in operator =()
406 std::string str_; global() member in OHOS::Ace::WebJavaScriptValue
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/memory/
H A Drs_dfx_string.h25 DfxString() : str_() {} in DfxString()
27 DfxString(const char* c) : str_(c) {} in DfxString()
35 str_.append(AppendFormatInner(fmt, args)); in AppendFormat()
41 return str_; in GetString()
61 std::string str_; member in OHOS::Rosen::DfxString
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_acl_profile_req.h35 return str_; in GetStr()
45 str_ = str; in SetStr()
49 std::string str_; member in OHOS::DistributedHardware::IpcAclProfileReq
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.h161 UILineBreakProxy(uint32_t* str, uint16_t len) : str_(str), len_(len), prePos_(0) {} in UILineBreakProxy()
165 str_ = nullptr; in ~UILineBreakProxy()
203 return &(str_[prePos_]); in GetStr()
209 uint32_t* str_; member in OHOS::UILineBreakProxy
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtesting_objects.cpp349 explicit TestString(BASE_NS::string s = "") : str_(s) {} in TestString()
353 return str_;
357 str_ = s;
376 *static_cast<BASE_NS::string*>(data) = str_;
384 str_ = (*static_cast<const ITestString::Ptr*>(data))->GetString();
388 str_ = *static_cast<const BASE_NS::string*>(data);
400 str_ = p->GetString();
402 str_ = "";
407 return any.GetValue(str_);
414 obj->SetString(str_);
446 BASE_NS::string str_; global() member in __anon9814::TestString
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile_event_sender.cpp74 event.str_ = name; in CurrentOperatorReply()
115 event.str_ = number; in Callinglineidentification()
124 event.str_ = number; in CallWaitingNotify()
160 event.str_ = number; in SubscriberNumberReply()
187 event.str_ = eventString; in UnknownEventNotify()
H A Dhfp_hf_message.h34 std::string str_ {""};
H A Dhfp_hf_statemachine.cpp309 profile_.SendAtCommand(event.arg1_, event.str_); in Dispatch()
891 if (operatorName_ != event.str_) { in ProcessOperatorEvent()
892 operatorName_ = event.str_; in ProcessOperatorEvent()
932 if (subscriberNumber_ != event.str_) { in ProcessSubscriberNumberEvent()
933 subscriberNumber_ = event.str_; in ProcessSubscriberNumberEvent()
H A Dhfp_hf_service.cpp875 event.str_ = arg; in SendAtCommand()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_message.h40 std::string str_ {""};
H A Dhfp_ag_system_event_processer.cpp57 ProcessDialOutCallEvent(event.str_, event.arg1_); in ExecuteEventProcess()
84 ProcessAtUnknownEvent(event.str_); in ExecuteEventProcess()
90 ProcessATBindEvent(event.str_); in ExecuteEventProcess()
H A Dhfp_ag_profile_event_sender.cpp66 msg.str_ = number; in DialOutCall()
143 msg.str_ = atString; in ProcessATBind()
H A Dhfp_ag_statemachine.cpp461 profile_.NotifyIncomingCallWaiting(event.arg1_, event.str_); in Dispatch()
479 profile_.SendBinp(event.str_); in Dispatch()
501 profile_.NotifyCallingLineIdentification(CALL_TYPE_DEFAULT, event.str_); in Dispatch()
H A Dhfp_ag_service.cpp737 curEvent.str_ = number; in NotifyAgIncomingStateChanged()
751 curEvent.str_ = number; in SendBinpNumber()
H A Dhfp_ag_system_interface.cpp588 evt.str_ = callList_[j].number; in HandlePhoneStateMock()
778 evt.str_ = number; in SendClip()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dproperty.cpp107 if (str_ == nullptr) { in StrToString()
110 outStr.append(MtpPacketTool::StrToString(*str_)); in StrToString()
235 defaultValue->str_ = str; in SetDefaultValue()
240 currentValue->str_ = str; in SetCurrentValue()
565 value.str_ = std::make_shared<std::string>(str); in ReadValueEx()
629 if (value.str_ == nullptr) { in WriteValueEx()
632 MtpPacketTool::PutString(buffer, *(value.str_)); in WriteValueEx()
H A Dmtp_operation_utils.cpp677 property->currentValue->str_ = make_shared<string>(GetPropertyInner("persist.device.name", in GetPropDesc()
718 value->str_ = make_shared<string>(""); in GetPropValue()
722 value->str_ = make_shared<string>(GetPropertyInner("persist.device.name", DEFAULT_PRODUCT_NAME)); in GetPropValue()
726 value->str_ = make_shared<string>(""); in GetPropValue()
730 value->str_ = make_shared<string>(""); in GetPropValue()
H A Dmtp_data_utils.cpp421 prop.currentValue->str_ = make_shared<std::string>(get<std::string>(columnValue)); in SetProperty()
428 prop.currentValue->str_ = in SetProperty()
516 prop.currentValue->str_ = make_shared<string>(""); in SetOneDefaultlPropList()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_prop_list_data.cpp124 if (value->str_ == nullptr) { in WritePropertyStrValue()
127 MtpPacketTool::PutString(outBuffer, *(value->str_)); in WritePropertyStrValue()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp550 property->currentValue->str_ = make_shared<string>(GetPropertyInner("persist.device.name", in GetPropDesc()
591 value->str_ = make_shared<string>(""); in GetPropValue()
595 value->str_ = make_shared<string>(GetPropertyInner("persist.device.name", DEFAULT_PRODUCT_NAME)); in GetPropValue()
599 value->str_ = make_shared<string>(""); in GetPropValue()
603 value->str_ = make_shared<string>(""); in GetPropValue()
H A Dmtp_payload_data_test.cpp872 propTwo.currentValue->str_ = make_shared<string>(); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dproperty.h48 std::shared_ptr<std::string> str_; member in OHOS::Media::Property::Value
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddata_query.h650 std::string str_; member in OHOS::DistributedKv::DataQuery
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_test.cpp442 valueTest->str_ = make_shared<string>(); in HWTEST_F()

Completed in 22 milliseconds