Searched defs:Object (Results 1 – 5 of 5) sorted by relevance
132 int AmsConfigurationParameter::LoadAppConfigurationForStartUpService(nlohmann::json& Object) in LoadAppConfigurationForStartUpService()165 int AmsConfigurationParameter::LoadAppConfigurationForMemoryThreshold(nlohmann::json &Object) in LoadAppConfigurationForMemoryThreshold()176 int AmsConfigurationParameter::LoadSystemConfiguration(nlohmann::json& Object) in LoadSystemConfiguration()
102 auto Object = new (std::nothrow) MockContinuationSchedulerPrimaryStub(); variable
165 nlohmann::json Object; in DoSomethingInterestingWithMyAPI() local
136 sptr<MockProviderConnectStub> Object = new (std::nothrow) MockProviderConnectStub(); variable
346 static void ConvertDeviceType(napi_env env, napi_value &Object, std::vector<std::string> deviceType… in ConvertDeviceType()