/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | metav1_compat.cpp | 77 void Visit(const IRootNode& n) override in Visit() 81 void Visit(const IObjectNode& n) override in Visit() 86 void Visit(const IArrayNode& n) override in Visit() 90 if (auto n = VisitNode(m)) { in Visit() local 105 if (auto n = VisitNode(node)) { in RewriteValueToAny() local 183 auto n = VisitNode(node.node); in RewritePropertyMap() local 194 if (auto p = interface_cast<IArrayNode>(map.FindNode("__properties"))) { in AddProperties() local 202 void Visit(const IMapNode& n) override in Visit() 207 ISerNode::Ptr p; in Visit() local 229 void Visit(const INilNode& n) override in Visit() [all …]
|
H A D | importer.cpp | 134 IObject::Ptr Importer::ImportObject(const ISerNode::ConstPtr& n) in ImportObject() 223 if (auto p = interface_pointer_cast<IProperty>(mobj)) { in ImportIMetadata() local 279 ReturnError Importer::ImportArray(const ISerNode::ConstPtr& n, IArrayAny& array) in ImportArray() 297 ReturnError Importer::ImportBuiltinValue(const ISerNode::ConstPtr& n, IAny& entity) in ImportBuiltinValue() 314 ReturnError Importer::ImportPointer(const ISerNode::ConstPtr& n, IAny& entity) in ImportPointer() 347 ReturnError Importer::ImportValue(const ISerNode::ConstPtr& n, IAny& entity) in ImportValue() 374 if (auto n = interface_cast<IRefUriNode>(node)) { in ImportWeakPtrInAny() local 409 IAny::Ptr Importer::ImportAny(const ISerNode::ConstPtr& n) in ImportAny() 447 if (auto n = node_->FindNode(name)) { in Import() local 458 if (auto n = node_->FindNode(name)) { in ImportAny() local [all …]
|
/ohos5.0/build/rust/tests/test_bindgen_test/test_for_extern_c/ |
H A D | test_extern_c.rs | 32 let n: f64 = 9.0; in main() localVariable 33 let p: f64 = 3.0; in main() localVariable
|
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | hash_table.c | 27 static int CalcHash(const HashTable *p, int element) in CalcHash() 56 HashTable *p = (HashTable *)calloc(1, sizeof(HashTable)); in InitHashTable() local 69 void DestroyHashTable(HashTable *p) in DestroyHashTable() 87 static int RebuildHashTable(HashTable *p) in RebuildHashTable() 119 Context *FindContext(HashTable *p, int fd) in FindContext() 137 int InsertHashTable(HashTable *p, Context *context) in InsertHashTable() 151 ListNode *n = (ListNode *)calloc(1, sizeof(ListNode)); in InsertHashTable() local 174 void DeleteHashTable(HashTable *p, const Context *context) in DeleteHashTable()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/ |
H A D | stream_pipeline_strategy.cpp | 60 [info](const NodeSpec& n) { in SetUpBasicOutPortFormat() 68 [info] (const PortSpec& p) { in SetUpBasicOutPortFormat() 83 [] (const PortSpec& p) { in SetUpBasicInPortFormat() 193 void StreamPipelineStrategy::PrintConnection(const NodeSpec& n) in PrintConnection() 208 [it](const NodeSpec& n) { in PrintConnection() 225 [it](const NodeSpec& n) { in CombineSpecs() 254 std::shared_ptr<PipelineSpec> p = std::make_shared<PipelineSpec>(); in Create() local
|
/ohos5.0/foundation/multimedia/av_session/avvolumepanel/ |
H A D | avvolumepanel.js | 22 constructor(p, q, r, s = -1, t = undefined, u) { argument 42 updateStateVars(n) { argument
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | timer_event_handler.cpp | 32 TimerEventHandler::TimerEventHandler(EventReactor* p, uint32_t timeout /* ms */, bool once) in TimerEventHandler() 100 ssize_t n = ::read(GetHandle(), &expirations, sizeof(expirations)); in TimeOut() local
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/ |
H A D | stream_pipeline_builder.cpp | 19 const std::shared_ptr<Pipeline>& p) : hostStreamMgr_(streamMgr), pipeline_(p) in StreamPipelineBuilder() 67 [portSpec](const std::shared_ptr<INode>& n) { in Build() 102 std::shared_ptr<Pipeline> p = std::make_shared<Pipeline>(); in Create() local
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/ |
H A D | process_group_util.cpp | 87 char* p = const_cast<char*>(content.data()); in ReadFileToString() local 90 ssize_t n = read(fd, p, remaining); in ReadFileToString() local 137 const char *p = content.data(); in WriteStringToFile() local 140 ssize_t n = write(fd, p, remaining); in WriteStringToFile() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_queue.cpp | 140 auto filter = [](const InnerEvent::Pointer &p) { return !p->GetOwner(); }; in RemoveOrphan() 166 auto filter = [&owner](const InnerEvent::Pointer &p) { return (p->GetOwner() == owner); }; in Remove() 178 auto filter = [&owner, innerEventId](const InnerEvent::Pointer &p) { in Remove() 192 auto filter = [&owner, innerEventId, param](const InnerEvent::Pointer &p) { in Remove() 207 auto filter = [&owner, &name](const InnerEvent::Pointer &p) { in Remove() 232 auto filter = [&owner, innerEventId](const InnerEvent::Pointer &p) { in HasInnerEvent() 244 auto filter = [&owner, param](const InnerEvent::Pointer &p) { in HasInnerEvent() 545 uint32_t n = 0; in Dump() local 557 int n = 0; in Dump() local 577 uint32_t n = 0; in DumpQueueInfo() local [all …]
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_queue_base.cpp | 151 auto filter = [](const InnerEvent::Pointer &p) { return p->GetWeakOwner().expired(); }; in RemoveOrphan() 186 auto filter = [&owner](const InnerEvent::Pointer &p) { return (p->GetOwner() == owner); }; in Remove() 198 auto filter = [&owner, innerEventId](const InnerEvent::Pointer &p) { in Remove() 213 auto filter = [&owner, innerEventId, param](const InnerEvent::Pointer &p) { in Remove() 230 auto filter = [&owner, &name, &removed](const InnerEvent::Pointer &p) { in Remove() 286 auto filter = [&owner, innerEventId](const InnerEvent::Pointer &p) { in HasInnerEvent() 298 auto filter = [&owner, param](const InnerEvent::Pointer &p) { in HasInnerEvent() 535 uint32_t n = 0; in DumpCurentQueueInfo() local 549 int n = 0; in DumpCurentQueueInfo() local 591 uint32_t n = 0; in DumpQueueInfo() local [all …]
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_send.c | 55 List *p = &s->freeIovList[tid]; in GetFreeIovList() local 71 List *p = NULL; in DestroyIovList() local 72 List *n = 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 128 List *n = 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 D | fullscreenlaunchcomponent.js | 144 const p = await abilityManager.isEmbeddedOpenAllowed(this.context, this.appId); constant 161 const n = await this.context.openAtomicService(this.appId, this.options); constant
|
/ohos5.0/base/startup/hvb/libhvb/src/auth/ |
H A D | hvb.c | 106 struct hvb_image_data *p = vd->images; in hvb_get_partition_image() local 189 size_t n; in hash_ptn_list_add_rvt() local 293 uint64_t n; in hvb_chain_verify_data_free() local
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/ |
H A D | hks_condition_test.cpp | 141 static void *WaitThread(void *p) in WaitThread() 174 uint64_t Fib(uint64_t n) in Fib() 210 static void *OnStartTest(void *p) in OnStartTest() 244 static void *OnRemoteRequestTest(void *p) in OnRemoteRequestTest() 268 static void *OnReceiveEventTest(void *p) in OnReceiveEventTest()
|
/ohos5.0/base/startup/hvb/libhvb/src/cert/ |
H A D | hvb_cert.c | 27 size_t n; in hvb_need_verify_hash() local 163 static bool _decode_octets(struct hvb_buf *buf, size_t size, uint8_t **p, uint8_t *end) in _decode_octets() 178 static enum hvb_errno _hvb_cert_payload_parser(struct hvb_cert *cert, uint8_t **p, uint8_t *end) in _hvb_cert_payload_parser() 198 static enum hvb_errno _hvb_cert_payload_parser_v2(struct hvb_cert *cert, uint8_t **p, uint8_t *end,… in _hvb_cert_payload_parser_v2() 231 static enum hvb_errno _hvb_cert_signature_parser(struct hvb_cert *cert, uint8_t **p, uint8_t *end) in _hvb_cert_signature_parser() 267 static enum hvb_errno _hvb_cert_signature_parser_v2(struct hvb_cert *cert, uint8_t **p, uint8_t *en… in _hvb_cert_signature_parser_v2() 319 uint8_t *p = cert_buf->addr; in hvb_cert_parser() local 370 static uint64_t hvb_buftouint64(uint8_t *p) in hvb_buftouint64() 393 uint8_t *p = raw_pubk->addr; in hvb_cert_pubk_parser() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… argument
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… argument
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… argument
|
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/ |
H A D | fs_hvb.c | 81 uint64_t n; in FsHvbComputeSha256() local 214 struct hvb_cert_data *p = vd->certs; in FsHvbGetCert() local 241 static int FsHvbVerityTargetAppendString(char **p, char *end, char *str, size_t len) in FsHvbVerityTargetAppendString() 272 static int FsHvbVerityTargetAppendOctets(char **p, char *end, char *octs, size_t octs_len) in FsHvbVerityTargetAppendOctets() 299 static int FsHvbVerityTargetAppendNum(char **p, char *end, uint64_t num) in FsHvbVerityTargetAppendNum() 318 #define RETURN_ERR_IF_APPEND_STRING_ERR(p, end, str, str_len) \ argument 325 #define RETURN_ERR_IF_APPEND_OCTETS_ERR(p, end, octs, octs_len) \ argument 332 #define RETURN_ERR_IF_APPEND_DIGIT_ERR(p, end, num) \ argument 406 char *p = NULL; in FsHvbConstructVerityTarget() local
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_channel.h | 243 char *p = buf; in RandomUuid() local 244 int n; in RandomUuid() local
|
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/ |
H A D | detailed_ecc_key_params.h | 31 HcfBigInteger p; member 46 HcfBigInteger n; member
|
/ohos5.0/base/tee/tee_client/services/tlogcat/src/ |
H A D | proc_tag.c | 100 char *p = (char *)endStr; in GetMiddleChar() local 283 struct ListNode *n = NULL; in FreeTaTagNode() local 307 struct ListNode *n = NULL; in FreeDriverTagNode() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_sink.c | 192 static uint32_t Read24Bit(const uint8_t *p) in Read24Bit() 197 static void Write24Bit(uint8_t *p, uint32_t u) in Write24Bit() 374 void *p = NULL; in RenderWrite() local 468 void *p = NULL; in RenderWriteOffload() local 550 void *p = NULL; in TestModeRenderWrite() local 646 unsigned n = 0; in SinkRenderPrimaryClusterCap() local 818 unsigned n; in SinkRenderPrimaryPeekCap() local 1419 unsigned n; in SinkRenderPrimaryPeek() local 1461 unsigned n; in SinkRenderMultiChannelPeek() local 2164 int n = 0; in GetInputsType() local [all …]
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/ |
H A D | source_node.cpp | 43 for (auto& p : outPorts) { in Start() local 174 SourceNode::PortHandler::PortHandler(std::shared_ptr<IPort>& p, bool isResize) : port(p), isResize_… in PortHandler() 246 uint32_t n = pool->GetIdleBufferCount(); in StopCollectBuffers() local
|