Home
last modified time | relevance | path

Searched refs:any (Results 1 – 25 of 1468) sorted by relevance

12345678910>>...59

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_any.h71 virtual AnyReturnValue CopyFrom(const IAny& any) = 0;
131 inline bool IsArray(const IAny& any) in IsArray() argument
133 return any.GetInterface<IArrayAny>() != nullptr; in IsArray()
136 inline bool IsArray(const IAny::ConstPtr& any) in IsArray() argument
138 return any && any->GetInterface<IArrayAny>() != nullptr; in IsArray()
145 if (!any.GetValue(t)) {
163 for (auto&& v : any.GetCompatibleTypes(dir)) {
175 if (IsCompatible(any, v, dir)) {
188 inline bool IsSetCompatible(const IAny& any, const TypeId& uid) in IsSetCompatible() argument
199 inline bool IsSetCompatibleWith(const IAny& any) in IsSetCompatibleWith() argument
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/
H A Dlib.rs24 #[cfg(any(feature = "ylong_base", feature = "tokio_base"))]
39 any(feature = "async", feature = "sync"),
40 any(feature = "http1_1", feature = "http2"),
47 #[cfg(all(feature = "sync", any(feature = "http1_1", feature = "http2")))]
51 any(feature = "async", feature = "sync"),
52 any(feature = "http1_1", feature = "http2"),
57 any(feature = "async", feature = "sync"),
58 any(feature = "http1_1", feature = "http2"),
62 any(feature = "async", feature = "sync"),
63 any(feature = "http1_1", feature = "http2"),
[all …]
/ohos5.0/docs/en/contribute/
H A Dopen-source-software-and-license-notice.md8 | third_party_cJSON | MIT License | The license does not require any product that uses such a repos…
9 | third_party_JSON-C | MIT License | The license does not require any product that uses such a repo…
11 | third_party_popt | MIT License | The license does not require any product that uses such a reposi…
15 | third_party_curl | Curl License | The license does not require any product that uses such a repos…
19 | third_party_giflib | MIT License | The license does not require any product that uses such a repo…
21 | third_party_harfbuzz | MIT License | The license does not require any product that uses such a re…
35 | third_party_unity | MIT License | The license does not require any product that uses such a repos…
46 | third_party_cares | MIT License | The license does not require any product that uses such a repos…
50 | third_party_expat | MIT License | The license does not require any product that uses such a repos…
60 | third_party_json | MIT License | The license does not require any product that uses such a reposi…
[all …]
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestUtils.cpp48 Plugin::Any any; variable
51 int actualValue = Plugin::AnyCast<int>(any);
59 Plugin::Any any; variable
70 Plugin::Any any; variable
81 Plugin::Any any; variable
91 Plugin::Any any; variable
101 Plugin::Any any; variable
109 Plugin::Any any; variable
118 Plugin::Any any; variable
123 Plugin::Any any = 10.0; variable
[all …]
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dtool-disassembler.md93 .function any test.#*#show(any a0, any a1, any a2) <static> { // 此方法源码中的show方法,同时这里也…
100 .function any test.func_main_0(any a0, any a1, any a2) <static> { // 此方法是自动生成的,可以理解成整个js…
128 .function any test.#*#show(any a0, any a1, any a2) <static> { # offset: 0x0153, code offset: 0x0245…
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_main_statemachine.h40 using HandleFunc = int (NetworkShareMainStateMachine::*)(const std::any &messageObj);
60 void MainSmEventHandle(int eventId, const std::any &messageObj);
70 int HandleInitInterfaceStateActive(const std::any &messageObj);
71 int HandleInitInterfaceStateInactive(const std::any &messageObj);
72 int HandleAliveInterfaceStateActive(const std::any &messageObj);
73 int HandleAliveInterfaceStateInactive(const std::any &messageObj);
74 int HandleAliveUpstreamMonitorCallback(const std::any &messageObj);
75 int HandleErrorInterfaceStateInactive(const std::any &messageObj);
76 int HandleErrorClear(const std::any &messageObj);
85 int EraseSharedSubSM(const std::any &messageObj);
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dimporter.cpp197 Any<uint64_t> any; in ImportIObjectFlags() local
198 if (ImportValue(node, any)) { in ImportIObjectFlags()
200 if (any.GetValue(v)) { in ImportIObjectFlags()
285 if (!ImportValue(m, *any) || !array.InsertAnyAt(-1, *any)) { in ImportArray()
351 if (entity.CopyFrom(*any)) { in ImportValue()
411 IAny::Ptr any; in ImportAny() local
417 if (any) { in ImportAny()
418 if (!ImportAny(node, any)) { in ImportAny()
419 any.reset(); in ImportAny()
426 return any; in ImportAny()
[all …]
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.cpp66 auto result = Plugin::AnyCast<ValueType>(&any); in AnyCastOHAny()
75 ErrorCode NativeCommonUtils::ParseOHAny(const ImageEffect_Any *value, Plugin::Any &any) in ParseOHAny() argument
79 any = value->dataValue.int32Value; in ParseOHAny()
82 any = value->dataValue.floatValue; in ParseOHAny()
85 any = value->dataValue.doubleValue; in ParseOHAny()
88 any = value->dataValue.charValue; in ParseOHAny()
91 any = value->dataValue.longValue; in ParseOHAny()
94 any = value->dataValue.boolValue; in ParseOHAny()
97 any = value->dataValue.ptrValue; in ParseOHAny()
106 ErrorCode NativeCommonUtils::SwitchToOHAny(const Plugin::Any &any, ImageEffect_Any *value) in SwitchToOHAny() argument
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dnumber.h45 Number(IAny::ConstPtr any) : Number() in Number() argument
47 number_->CopyFrom(*any); in Number()
50 Number(const IAny& any) : Number() in Number() argument
52 number_->CopyFrom(any); in Number()
66 Number& operator=(IAny::ConstPtr any)
68 number_->CopyFrom(*any);
72 Number& operator=(const IAny& any)
74 number_->CopyFrom(any);
/ohos5.0/foundation/bundlemanager/app_domain_verify/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/ability/form_fwk/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/ability/idl_tool/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/arkui/ace_engine/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/bundlemanager/bundle_tool/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/ohos5.0/foundation/communication/bluetooth/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]

12345678910>>...59