Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_value.h27 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 Dams_configuration_parameter.cpp102 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 Dbtree.rs37 pub struct Object { struct
41 impl Object { argument
193 impl Display for Object { implementation
206 impl Debug for Object { implementation
H A Dvec.rs44 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 Dlinked_list.rs40 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 Dobject_api.h151 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 Dreserse_continuation_scheduler_primary_proxy_test.cpp102 auto Object = new (std::nothrow) MockContinuationSchedulerPrimaryStub(); variable
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dvalue.rs82 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 Djs_sendable_utils.h37 using Object = NativePreferences::Object; variable
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityeventhandler_fuzzer/
H A Dabilityeventhandler_fuzzer.cpp172 nlohmann::json Object; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/docs/en/application-dev/napi/
H A Dnapi-data-types-interfaces.md384 ### Object subsection
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_provider_connect_proxy_test/
H A Dfms_provider_connect_proxy_test.cpp136 sptr<MockProviderConnectStub> Object = new (std::nothrow) MockProviderConnectStub(); variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.h58 using Object = UDMF::Object; variable
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h617 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 DSceneJS.cpp711 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 DNodeImpl.cpp442 napi_value NodeImpl::InsertChildAfter(NapiApi::FunctionContext<NapiApi::Object, NapiApi::Object>& c… in InsertChildAfter()
/ohos5.0/commonlibrary/rust/ylong_json/tests/
H A Dsdv_adapt_serde_test.rs316 Object(StructNull), enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.cpp323 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 Ddrm_framework_unittest.cpp3632 …MediaKeySessionServiceCallback *Object = new MediaKeySessionServiceCallback(sessionObject->session… variable