/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/ |
H A D | preferences_value.h | 27 struct Object { struct 29 Object() = default; argument 30 Object(const std::string &str) : valueStr(str) {}; in Object() function
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ams_configuration_parameter.cpp | 102 void AmsConfigurationParameter::SetPickerJsonObject(nlohmann::json Object) in SetPickerJsonObject() 237 int AmsConfigurationParameter::LoadAppConfigurationForStartUpService(nlohmann::json& Object) in LoadAppConfigurationForStartUpService() 254 int AmsConfigurationParameter::LoadAppConfigurationForMemoryThreshold(nlohmann::json &Object) in LoadAppConfigurationForMemoryThreshold() 265 int AmsConfigurationParameter::LoadSystemConfiguration(nlohmann::json& Object) in LoadSystemConfiguration() 277 int32_t AmsConfigurationParameter::LoadBackToCallerConfig(nlohmann::json& Object) in LoadBackToCallerConfig() 294 int32_t AmsConfigurationParameter::LoadSupportSCBCrashRebootConfig(nlohmann::json& Object) in LoadSupportSCBCrashRebootConfig() 311 bool AmsConfigurationParameter::CheckServiceConfigEnable(nlohmann::json& Object, const std::string … in CheckServiceConfigEnable() 334 void AmsConfigurationParameter::UpdateStartUpServiceConfigInteger(nlohmann::json& Object, in UpdateStartUpServiceConfigInteger() 342 void AmsConfigurationParameter::UpdateStartUpServiceConfigString(nlohmann::json& Object, in UpdateStartUpServiceConfigString() 355 void AmsConfigurationParameter::LoadResidentWhiteListConfig(nlohmann::json& Object) in LoadResidentWhiteListConfig()
|
/ohos5.0/commonlibrary/rust/ylong_json/src/value/object/ |
H A D | btree.rs | 37 pub struct Object { struct 41 impl Object { argument 193 impl Display for Object { implementation 206 impl Debug for Object { implementation
|
H A D | vec.rs | 44 pub struct Object { struct 48 impl Object { impl 214 impl PartialEq for Object { implementation 245 impl Display for Object { implementation 258 impl Debug for Object { implementation
|
H A D | linked_list.rs | 40 pub struct Object { struct 44 impl Object { implementation 297 impl Display for Object { implementation 310 impl Debug for Object { implementation
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | object_api.h | 151 Object(const Object& other) noexcept in Object() function 155 Object(Object&& other) noexcept in Object() function 160 explicit Object(const IObject::Ptr& other) noexcept in Object() function
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | reserse_continuation_scheduler_primary_proxy_test.cpp | 102 auto Object = new (std::nothrow) MockContinuationSchedulerPrimaryStub(); variable
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | value.rs | 82 Object(Object), enumerator 434 pub fn try_as_object(&self) -> Result<&Object, Error> { in try_as_object() 536 pub fn try_as_mut_object(&mut self) -> Result<&mut Object, Error> { in try_as_mut_object() 645 pub fn try_into_object(self) -> Result<Object, Error> { in try_into_object()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | js_sendable_utils.h | 37 using Object = NativePreferences::Object; variable
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityeventhandler_fuzzer/ |
H A D | abilityeventhandler_fuzzer.cpp | 172 nlohmann::json Object; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | napi-data-types-interfaces.md | 384 ### Object subsection
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_provider_connect_proxy_test/ |
H A D | fms_provider_connect_proxy_test.cpp | 136 sptr<MockProviderConnectStub> Object = new (std::nothrow) MockProviderConnectStub(); variable
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/ |
H A D | tlv_object.h | 58 using Object = UDMF::Object; variable
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_meta.h | 617 struct API_EXPORT Object { struct 633 std::shared_ptr<Object> ConvertToObject(UDDetails &details); argument
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | SceneJS.cpp | 711 napi_value SceneJS::CreateLight(NapiApi::FunctionContext<NapiApi::Object, uint32_t>& ctx) in CreateLight() 784 napi_value SceneJS::CreateMaterial(NapiApi::FunctionContext<NapiApi::Object, uint32_t>& ctx) in CreateMaterial()
|
H A D | NodeImpl.cpp | 442 napi_value NodeImpl::InsertChildAfter(NapiApi::FunctionContext<NapiApi::Object, NapiApi::Object>& c… in InsertChildAfter()
|
/ohos5.0/commonlibrary/rust/ylong_json/tests/ |
H A D | sdv_adapt_serde_test.rs | 316 Object(StructNull), enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/ |
H A D | free_install.cpp | 323 static void ConvertDeviceType(napi_env env, napi_value &Object, std::vector<std::string> deviceType… in ConvertDeviceType()
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_unittest.cpp | 3632 …MediaKeySessionServiceCallback *Object = new MediaKeySessionServiceCallback(sessionObject->session… variable
|