Home
last modified time | relevance | path

Searched +defs:s +defs:p (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Ddefault_value_bind.h83 if (auto s = interface_cast<IStackProperty>(property)) { in META_BEGIN_NAMESPACE() local
111 if (auto p = GetProperty()) { in META_BEGIN_NAMESPACE() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/
H A Dserializer.h54 SerializerBase& SetState(ReturnError s) in SetState()
85 if (auto p = interface_pointer_cast<IObject>(nv.value.GetProperty())) { variable
96 if (auto p = interface_pointer_cast<IObject>(nv.value.GetProperty())) { variable
149 if (auto p = interface_pointer_cast<IObject>(nv.value.GetProperty())) { variable
160 if (auto p = interface_pointer_cast<IObject>(nv.value.GetProperty())) { variable
172 IObject::WeakPtr p; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dmetadata_helpers.h33 auto p = meta->GetPropertyByName(pm.name); in META_BEGIN_NAMESPACE() local
48 if (auto s = self->GetInterface(IObjectInstance::UID)) { in META_BEGIN_NAMESPACE() local
59 bool ConstructOrInitEvent(IEvent::Ptr& p, Self* self, const EventMetadata& pm) in ConstructOrInitEvent()
84 auto p = meta->GetEventByName(pm.name); in ConstructEventsFromMetadata() local
98 auto p = pm.create(self); in ConstructFunctionsFromMetadata() local
/ohos5.0/foundation/multimedia/av_session/avvolumepanel/
H A Davvolumepanel.js22 constructor(p, q, r, s = -1, t = undefined, u) { argument
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dpubdef.h40 #define SECOND_TO_HOUR(s) ((s) / 3600) argument
46 #define FREE_AND_NIL(p) do {if (p) { delete (p); (p) = nullptr;}} while (0) argument
48 #define FREE_AND_NIL_ARRAY(p) do {if (p) {delete[] (p); (p) = nullptr;}} while (0) argument
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dproxy_object.cpp53 [this](auto p) { in Build()
73 static bool SerializeEmbeddedProxy(IProperty::Ptr p) in SerializeEmbeddedProxy()
86 if (auto p = interface_pointer_cast<IProperty>(info.object)) { in OnPropertyAdded() local
92 [this](auto p) { in OnPropertyAdded()
104 if (auto p = interface_cast<IProperty>(info.object)) { in OnPropertyRemoved() local
113 void ProxyObject::OnPropertyChanged(const IProperty::Ptr& p) in OnPropertyChanged()
203 if (auto p = m->GetPropertyByName(name)) { in ReflectTargetForProperty() local
276 IProperty::Ptr p; in AddProxyProperty() local
299 auto p = Super::GetPropertyByName(name); in GetPropertyByName() local
311 void ProxyObject::RemoveProperty(const IProperty::Ptr& p) in RemoveProperty()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c53 static IovList *GetFreeIovList(DFileSession *s, int32_t tid) in GetFreeIovList()
55 List *p = &s->freeIovList[tid]; in GetFreeIovList() local
69 void DestroyIovList(const List *head, DFileSession *s, uint32_t tid) in DestroyIovList()
71 List *p = NULL; in DestroyIovList() local
85 static int32_t TcpSendFileDataFrame(Socket *socket, PeerInfo *peerInfo, List *p, BlockFrame *block,… in TcpSendFileDataFrame()
114 static void UdpSendFileDataSuccess(DFileSession *session, PeerInfo *peerInfo, List *p, FileDataFram… in UdpSendFileDataSuccess()
127 List *p = NULL; in SendFileDataFrame() local
180 List *p = ListPopFront(unsent); in CheckUnsentList() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent.js63 purgeVariableDependenciesOnElmtId(s) { argument
144 const p = await abilityManager.isEmbeddedOpenAllowed(this.context, this.appId); constant
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dmedia_data_source_imp.cpp60 std::string s; in ReadDataFromFile() local
67 char* p = strtok(const_cast<char *>(data.c_str()), split); in ReadDataFromFile() local
H A Dlite_stream_player.cpp146 std::string s; in ReadDataFromFile() local
153 char* p = strtok(s_input, split); in ReadDataFromFile() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/capturer/
H A Dmodule_inner_capturer_sink.c111 static int SinkSetStateInIoThreadCb(pa_sink *s, pa_sink_state_t new_state, pa_suspend_cause_t new_s… in SinkSetStateInIoThreadCb()
127 static void SinkUpdateRequestedLatencyCb(pa_sink *s) in SinkUpdateRequestedLatencyCb()
146 static void SinkReconfigureCb(pa_sink *s, pa_sample_spec *spec, bool passthrough) in SinkReconfigureCb()
151 static bool SinkSetFormatsCb(pa_sink *s, pa_idxset *formats) in SinkSetFormatsCb()
163 static pa_idxset* SinkGetFormatsCb(pa_sink *s) in SinkGetFormatsCb()
210 static const char *SafeProplistGets(const pa_proplist *p, const char *key, const char *defstr) in SafeProplistGets()
219 static void SetSinkVolumeBySinkName(pa_sink *s) in SetSinkVolumeBySinkName()
243 static void UnsetSinkVolume(pa_sink *s) in UnsetSinkVolume()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_options.cpp209 const uint8_t *p = GetDhcpOption(packet, code, &len); in GetDhcpOptionUint8() local
229 const uint8_t *p = GetDhcpOption(packet, code, &len); in GetDhcpOptionUint32() local
253 const uint8_t *p = GetDhcpOption(packet, code, &len); in GetDhcpOptionUint32n() local
287 const uint8_t *p = GetDhcpOption(packet, code, &len); in GetDhcpOptionString() local
298 char *s = (char *)malloc(sizeof(char) * (len + 1)); in GetDhcpOptionString() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server_dump.cpp336 struct passwd *p; in PASinkInputInfoCallback() local
414 struct passwd *p; in PASourceOutputInfoCallback() local
438 char s[PA_SAMPLE_SPEC_SNPRINT_MAX]; in PlaybackSinkDump() local
466 char s[PA_SAMPLE_SPEC_SNPRINT_MAX]; in RecordSourceDump() local
489 char s[PA_SAMPLE_SPEC_SNPRINT_MAX]; in HDFModulesDump() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dmain.cpp66 const char *p = content.data(); in WriteStringToFile() local
111 struct stat s; in RedirectStdStreamToLogFile() local
174 struct stat s; in HilogdEntry() local
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_hal.c101 char *s = strtok_r(buf, " ", &savedPtr); in DealP2pFindInfo() local
569 static int DealWpaP2pCallBackSubFun(char *p) in DealWpaP2pCallBackSubFun()
610 static int WpaP2pCallBackFunc(char *p) in WpaP2pCallBackFunc()
644 static void ParseAuthReject(const char *p) in ParseAuthReject()
664 static void ParseAssocReject(const char *p) in ParseAssocReject()
683 static void WpaCallBackFuncTwo(const char *p) in WpaCallBackFuncTwo()
725 static void WpaCallBackFunc(const char *p) in WpaCallBackFunc()
832 static void StopWpaSoftAp(ModuleInfo *p) in StopWpaSoftAp()
850 ModuleInfo *p = NULL; in RecoverWifiProcess() local
914 char *p = strchr(buf, '>'); in WpaReceiveCallback() local
[all …]
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_request.cpp112 for (const auto &p : requestData->GetHeader()) { in Request() local
173 for (const auto &s : vec) { in MakeHeaders() local
H A Dfetch_module.cpp34 static void FreeString(char *s) in FreeString()
199 for (const auto &p : urlPara) { in ParseExtraData() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dmodule_split_stream_sink.c233 static int SinkSetStateInIoThreadCb(pa_sink *s, pa_sink_state_t new_state, pa_suspend_cause_t new_s… in SinkSetStateInIoThreadCb()
249 static void SinkUpdateRequestedLatencyCb(pa_sink *s) in SinkUpdateRequestedLatencyCb()
268 static void SinkReconfigureCb(pa_sink *s, pa_sample_spec *spec, bool passthrough) in SinkReconfigureCb()
273 static bool SinkSetFormatsCb(pa_sink *s, pa_idxset *formats) in SinkSetFormatsCb()
285 static pa_idxset* SinkGetFormatsCb(pa_sink *s) in SinkGetFormatsCb()
456 static void SplitSinkRenderMix(pa_sink *s, size_t length, pa_mix_info *info, unsigned n, pa_memchun… in SplitSinkRenderMix()
496 static unsigned SplitPaSinkRender(pa_sink *s, size_t length, pa_memchunk *result, char *streamType) in SplitPaSinkRender()
592 static void SplitPaSinkRenderInto(pa_sink *s, pa_memchunk *target, char *streamType) in SplitPaSinkRenderInto()
628 static void SplitPaSinkRenderIntoFull(pa_sink *s, pa_memchunk *target, char *streamType) in SplitPaSinkRenderIntoFull()
663 static unsigned SplitPaSinkRenderFull(pa_sink *s, size_t length, pa_memchunk *result, char *streamT… in SplitPaSinkRenderFull()
[all …]
H A Dhdi_source.c162 static int SourceSetStateInIoThreadCb(pa_source *s, pa_source_state_t newState, in SourceSetStateInIoThreadCb()
211 void *p = NULL; in GetCapturerFrameFromHdi() local
577 void PaHdiSourceFree(pa_source *s) in PaHdiSourceFree()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp295 auto s = manager->CreateCaptureSession(SceneMode::VIDEO); in Test2() local
312 Profile p = cap->GetPreviewProfiles()[0]; in Test2() local
339 void Test31(sptr<CaptureSession> s) in Test31()
394 auto s = manager->CreateCaptureSession(SceneMode::SECURE); in Test3() local
443 auto s = manager->CreateCaptureSession(SceneMode::CAPTURE); in TestMetadataResultProcessor() local
/ohos5.0/base/startup/init/services/utils/
H A Dinit_utils.c85 struct passwd *p = getpwnam(name); in DecodeUid() local
340 char *p = strtok_r(buffer, del, &rest); in SplitStringExt() local
403 const char *p = buffer; in WriteAll() local
448 const char *p = NULL; in MakeDirRecursive() local
602 char *p = strl; in StringReplaceChr() local
663 const char *s = str; in StringToLL() local
686 const char *s = str; in StringToULL() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp84 [&vec](const std::pair<std::string, std::string> &p) { in ExecFetch()
313 std::for_each(vec.begin(), vec.end(), [&header](const std::string &s) { in MakeHeaders()
326 [context, header](const std::pair<std::string, std::string> &p) { in MakeResponseHeader()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dlru_cache_disk_handler.cpp28 for (const auto &p : m) { in GetMapValueSize() local
148 for (const auto &p : node.value) { in WriteCacheToJsonValue() local
271 std::string s = jsonStr; in WriteJsonValueToFile() local
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c47 char *p; // just init to NULL, by malloc member
92 static void FreeIf(void *p) in FreeIf()
152 for (char *p = str; *p != '\0'; p++) { in SplitStr() local
172 static void FreeSplitedStr(SplitedStr *p) in FreeSplitedStr()
316 static bool AppendStr(StringHolder *holder, const char *s) in AppendStr()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp541 … auto s = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_NORMAL_SCALE); in UpdateInputProperties() local
609 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_INTENSITY); in UpdateInputProperties() local
621 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_STRENGTH); in UpdateInputProperties() local
634 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_INTENSITY); in UpdateInputProperties() local
647 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_ROUGHNESS); in UpdateInputProperties() local
660 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_NORMAL_SCALE); in UpdateInputProperties() local
673 … auto p = META_NS::ConstructProperty<SCENE_NS::Color>(SCENE_NS::IMaterial::MAPPED_INPUTS_COLOR); in UpdateInputProperties() local
681 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_ROUGHNESS); in UpdateInputProperties() local
694 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_TRANSMISSION); in UpdateInputProperties() local
715 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_STRENGTH); in UpdateInputProperties() local

12