Home
last modified time | relevance | path

Searched refs:cArrAppAccountInfo (Results 1 - 5 of 5) sorted by relevance

/base/account/os_account/frameworks/appaccount/cj/include/
H A Dappaccount_ffi.h71 int id, char *type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo));
73 int id, char *type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo));
H A Dappaccount_defination.h72 CArrAppAccountInfo cArrAppAccountInfo; member
H A Dappaccount_impl.h58 int32_t on(std::string type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo));
59 int32_t off(std::string type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo));
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_ffi.cpp241 int id, char *type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in FfiAppAccountAppAccountManagerOn()
250 int32_t FfiAppAccountAppAccountManagerOff(int id, char *type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in FfiAppAccountAppAccountManagerOff() argument
240 FfiAppAccountAppAccountManagerOn( int id, char *type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) FfiAppAccountAppAccountManagerOn() argument
H A Dappaccount_impl.cpp134 res.cArrAppAccountInfo = Convert2CArrAppAccountInfo(appAccounts); in getAccountsByOwner()
299 res.cArrAppAccountInfo = Convert2CArrAppAccountInfo(appAccounts); in getAllAccounts()
323 std::string type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in on()
358 int32_t CJAppAccountImpl::off(std::string type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in off() argument
471 ErrCArrAppAccountInfo ret = {.err = ERR_CJ_INVALID_INSTANCE_CODE, .cArrAppAccountInfo = { in selectAccountByOptions()
493 ret.cArrAppAccountInfo = Convert2CArrAppAccountInfo(names, owners); in selectAccountByOptions()
322 on( std::string type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) on() argument

Completed in 3 milliseconds