Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
Dpreferences_value.h27 struct Object { struct
29 Object() = default; argument
30 Object(const std::string &str) : valueStr(str) {}; in Object() function
/foundation/ability/ability_runtime/services/abilitymgr/src/
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()
/foundation/CastEngine/castengine_wifi_display/services/common/
Dobject.h26 Object() {} in Object() function
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
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
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
Dreserse_continuation_scheduler_primary_proxy_test.cpp102 auto Object = new (std::nothrow) MockContinuationSchedulerPrimaryStub(); variable
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
Djs_sendable_utils.h37 using Object = NativePreferences::Object; variable
/foundation/ability/ability_runtime/test/fuzztest/abilityeventhandler_fuzzer/
Dabilityeventhandler_fuzzer.cpp172 nlohmann::json Object; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/form_fwk/test/unittest/fms_provider_connect_proxy_test/
Dfms_provider_connect_proxy_test.cpp136 sptr<MockProviderConnectStub> Object = new (std::nothrow) MockProviderConnectStub(); variable
/foundation/distributeddatamgr/pasteboard/framework/tlv/
Dtlv_object.h58 using Object = UDMF::Object; variable
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
Dunified_meta.h605 struct API_EXPORT Object { struct
621 std::shared_ptr<Object> ConvertToObject(UDDetails &details); argument
/foundation/graphic/graphic_3d/kits/js/src/
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()
DNodeImpl.cpp442 napi_value NodeImpl::InsertChildAfter(NapiApi::FunctionContext<NapiApi::Object, NapiApi::Object>& c… in InsertChildAfter()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
Dfree_install.cpp323 static void ConvertDeviceType(napi_env env, napi_value &Object, std::vector<std::string> deviceType… in ConvertDeviceType()
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
Ddrm_framework_unittest.cpp3632 …MediaKeySessionServiceCallback *Object = new MediaKeySessionServiceCallback(sessionObject->session… variable